The search keyword must be a single word (no spaces).
Function IsUnitInTransport
- Line
- 3027
- Location
- common.j
- Constant?
- yes
- Type
- native
- Arguments
- unit whichUnit, unit whichTransport
- Returns
- boolean
| 3027 | constant native IsUnitInTransport takes unit whichUnit, unit whichTransport 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 |