The search keyword must be a single word (no spaces).
Function GetUnitUserData
- Line
- 3112
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- unit whichUnit
- Returns
- integer
| 3112 | native GetUnitUserData takes unit whichUnit returns integer |
| 3113 | native SetUnitUserData takes unit whichUnit, integer data returns nothing |
| 3114 | |
| 3115 | //============================================================================
|
| 3116 | // Player API
|
| 3117 | constant native Player takes integer number returns player |