The search keyword must be a single word (no spaces).
Function GetUnitRallyDestructable
- Line
- 3005
- Location
- common.j
- Constant?
- yes
- Type
- native
- Arguments
- unit whichUnit
- Returns
- destructable
| 3005 | constant native GetUnitRallyDestructable takes unit whichUnit returns destructable |
| 3006 | |
| 3007 | constant native IsUnitInGroup takes unit whichUnit, group whichGroup returns boolean |
| 3008 | constant native IsUnitInForce takes unit whichUnit, force whichForce returns boolean |
| 3009 | constant native IsUnitOwnedByPlayer takes unit whichUnit, player whichPlayer returns boolean |
| 3010 | constant native IsUnitAlly takes unit whichUnit, player whichPlayer returns boolean |