The search keyword must be a single word (no spaces).

Function IsUnitLoaded

Line
3028
Location
common.j
Constant?
yes
Type
native
Arguments
unit whichUnit
Returns
boolean
3028
constant native IsUnitLoaded        takes unit whichUnit returns boolean
3029
3030
constant native IsHeroUnitId        takes integer unitId returns boolean
3031
constant native IsUnitIdType        takes integer unitId, unittype whichUnitType returns boolean
3032
3033
native UnitShareVision              takes unit whichUnit, player whichPlayer, boolean share returns nothing