The search keyword must be a single word (no spaces).
Function GetItemCharges
- Line
- 2864
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- item whichItem
- Returns
- integer
| 2864 | native GetItemCharges takes item whichItem returns integer |
| 2865 | native SetItemCharges takes item whichItem, integer charges returns nothing |
| 2866 | native GetItemUserData takes item whichItem returns integer |
| 2867 | native SetItemUserData takes item whichItem, integer data returns nothing |
| 2868 | |
| 2869 | //============================================================================
|