# Height Of Unit
Grammar — Height of u
Flags —Native
|Function
Returns the height of the specified unit.
# Arguments
unit
— Unit
Returns — fixed
native fixed UnitGetHeight(unit inUnit);
# Related
Category: Unit / Properties
- Unit Type Of Unit —
string
<gamelink::Unit> — UnitGetType - Unit Tag —
int
— UnitGetTag - Unit Seed —
int
— UnitGetSeed - Unit Property Changes —
void
— TriggerAddEventUnitProperty - Triggering Unit Property —
int
<preset::Unit_Property> — EventUnitProperty - Triggering Unit Property Change (Integer) —
int
— EventUnitPropertyChangeInt - Triggering Unit Property Change (Real) —
fixed
— EventUnitPropertyChangeFixed - Set Unit Property —
void
— UnitSetPropertyFixed - Set Unit State —
void
— UnitSetState - Set Unit Seed —
void
— UnitSetSeed - Reset Unit Seed —
void
— UnitResetSeed - Make Unit Invulnerable —
void
— libNtve_gf_MakeUnitInvulnerable - Make Unit Uncommandable —
void
— libNtve_gf_MakeUnitUncommandable - Unit Property —
fixed
— UnitGetPropertyFixed - Unit Property (Int) —
int
— UnitGetPropertyInt - Unit Type Property —
fixed
— UnitTypeGetProperty - Unit Classification Check —
bool
— UnitTestState - Unit Type Classification Check —
bool
— UnitTypeTestFlag - Unit Type Attribute Check —
bool
— UnitTypeTestAttribute - Unit Targetable Check —
bool
— UnitTestPlane - Unit Is Invulnerable —
bool
— libNtve_gf_UnitIsInvulnerable - Unit Kills —
int
— libNtve_gf_UnitGetPropertyKills - Unit Resources —
int
— libNtve_gf_UnitGetPropertyResources - Unit Attachment Point —
point
— UnitGetAttachmentPoint - Name Of Unit Type —
text
— UnitTypeGetName - Gender Code Of Unit Type —
string
— UnitTypeGetGenderCode - Unit Type Cost —
int
— UnitTypeGetCost - Unit Type Is Affected By Upgrade —
bool
— UnitTypeIsAffectedByUpgrade - Reset Movement Speed —
void
— UnitResetSpeed - Unit Uses Mover —
bool
— UnitMoverExists - Unit Type Uses Mover —
bool
— libNtve_gf_UnitMoverExists - Unit Type From String —
string
<gamelink::Unit> — UnitTypeFromString - Set Unit Color —
void
— UnitSetTeamColorIndex - Set Unit Info Button - Ability Tooltip —
void
— libNtve_gf_SetUnitInfoButtonAbilityTooltip - Set Unit Info Button - Button Tooltip —
void
— libNtve_gf_SetUnitInfoButtonButtonTooltip - Set Unit Info Button - Item Tooltip —
void
— libNtve_gf_SetUnitInfoButtonItemTooltip - Reset Unit Info Button - Ability Tooltip —
void
— libNtve_gf_ResetUnitInfoButtonAbilityTooltip - Reset Unit Info Button - Button Tooltip —
void
— libNtve_gf_ResetUnitInfoButtonButtonTooltip - Reset Unit Info Button - Item Tooltip —
void
— libNtve_gf_ResetUnitInfoButtonItemTooltip - Set Unit Command Button Tooltip —
void
— UnitSetInfoButtonTooltip - Reset Unit Command Button Tooltip —
void
— UnitClearInfoButtonTooltip - Set Unit Highlight Cursor —
void
— UnitSetCursor - Set Unit Ping Cursor —
void
— UnitSetPingCursor - Set Unit Info —
void
— UnitSetInfoText - Set Unit Info Text —
void
— UnitSetInfoText2 - Set Unit Info Tip —
void
— UnitSetInfoTip - Set Unit Info SubTip —
void
— UnitSetInfoSubTip - Clear Unit Info —
void
— UnitClearInfoText - Set Unit Status Bar State (Deprecated) —
void
— UnitForceStatusBar - Show Unit Status Bar —
void
— UnitStatusBarOverride - Hide Unit Status Bar —
void
— UnitStatusBarClearOverride - Set Unit Scale —
void
— UnitSetScale - Set Unit Model Variation —
void
— libNtve_gf_UnitSetVariation - Change Unit Height —
void
— UnitSetHeight - Height Of Unit —
fixed
— UnitGetHeight - Change Unit Damage —
void
— libNtve_gf_ChangeUnitDamage - Add On Child —
unit
— UnitAddOnChild - Add On Parent —
unit
— UnitAddOnParent
# Examples
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zexpedition02.sc2map/MapScript.galaxy:829
// Implementation
libNtve_gf_UnitCreateFacingPoint(1, lp_escortType, 0, gv_pLAYER_02_SHUTTLE_BLUE, UnitGetPosition(gv_dockingBayUnits[lp_dockingBay]), lp_destination);
lv_escortHeight = UnitGetHeight(UnitLastCreated());
if ((lp_escortType == "Carrier")) {
UnitMagazineArm(UnitLastCreated(), AbilityCommand("CarrierHangar", 0), libHots_gf_DifficultyValueInt2(3, 3, 6));
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zexpedition02.sc2map — MapScript.galaxy:829
// Implementation
libNtve_gf_UnitCreateFacingPoint(1, lp_escortType, 0, gv_pLAYER_02_SHUTTLE_BLUE, UnitGetPosition(gv_dockingBayUnits[lp_dockingBay]), lp_destination);
lv_escortHeight = UnitGetHeight(UnitLastCreated());
if ((lp_escortType == "Carrier")) {
UnitMagazineArm(UnitLastCreated(), AbilityCommand("CarrierHangar", 0), libHots_gf_DifficultyValueInt2(3, 3, 6));
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignMissionLib.galaxy:5971
Wait(0.0625, c_timeGame);
}
lv_zTotal = (45.0 + UnitGetHeight(lv_kerriganStrikeAmon));
libNtve_gf_SendActorMessageToUnit(lv_kerriganStrikeAmon, "Signal StrikeAmonArcStart");
UnitCreateEffectUnit(lv_kerriganStrikeAmon, "StrikeAmonArcStart", lv_kerriganStrikeAmon);
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNCMI.galaxy:4786
}
UnitSetHeight(lv_nova, UnitGetHeight(lv_target), 0.0);
return true;
}
mods/starcoop/starcoop.sc2mod — base.sc2data/LibCOMI.galaxy:13546
}
if ((UnitGetHeight(EventUnit()) >= 1)) {
lv_locustUnitType = "LocustFlying";
}
mods/starcoop/starcoop.sc2mod — base.sc2data/LibCOMI.galaxy:15658
}
if ((UnitGetHeight(EventUnit()) >= 1)) {
lv_locustUnitType = "LocustFlying";
}
mods/starcoop/starcoop.sc2mod — base.sc2data/LibCOMU.galaxy:1019
lv_departPoint = UnitGetPosition(lp_damagedUnit);
PointSetFacing(lv_departPoint, AngleBetweenPoints(lv_departPoint, lv_teleportPoint));
PointSetHeight(lv_departPoint, UnitGetHeight(lp_damagedUnit));
libNtve_gf_CreateModelWithPointFacing("DarkTemplarChampionBlinkOut", lv_departPoint);
ActorSend(libNtve_gf_ActorLastCreated(), "SetOpacity 0.250000");
mods/starcoop/starcoop.sc2mod — base.sc2data/LibCOMU.galaxy:1030
UnitBehaviorAdd(lp_damagedUnit, "MutatorSideStep", lp_damagedUnit, 1);
PointSetFacing(lv_teleportPoint, AngleBetweenPoints(lv_teleportPoint, lv_departPoint));
PointSetHeight(lv_teleportPoint, UnitGetHeight(lp_damagedUnit));
libNtve_gf_CreateModelWithPointFacing("DarkTemplarChampionBlinkIn", lv_teleportPoint);
ActorSend(libNtve_gf_ActorLastCreated(), "SetOpacity 0.250000");