The search keyword must be a single word (no spaces).
Function GetUnitPointValue
- Line
- 2965
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- unit whichUnit
- Returns
- integer
| 2965 | native GetUnitPointValue takes unit whichUnit returns integer |
| 2966 | native GetUnitPointValueByType takes integer unitType returns integer |
| 2967 | //native SetUnitPointValueByType takes integer unitType, integer newPointValue returns nothing
|
| 2968 | |
| 2969 | native UnitAddItem takes unit whichUnit, item whichItem returns boolean |
| 2970 | native UnitAddItemById takes unit whichUnit, integer itemId returns item |