The search keyword must be a single word (no spaces).
Function BlzRemoveAbilityIntegerLevelArrayField
- Line
- 4152
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- ability whichAbility, abilityintegerlevelarrayfield whichField, integer level, integer value
- Returns
- boolean
| 4152 | native BlzRemoveAbilityIntegerLevelArrayField takes ability whichAbility, abilityintegerlevelarrayfield whichField, integer level, integer value returns boolean |
| 4153 | native BlzRemoveAbilityRealLevelArrayField takes ability whichAbility, abilityreallevelarrayfield whichField, integer level, real value returns boolean |
| 4154 | native BlzRemoveAbilityStringLevelArrayField takes ability whichAbility, abilitystringlevelarrayfield whichField, integer level, string value returns boolean |
| 4155 | |
| 4156 | // Item
|
| 4157 | native BlzGetItemAbilityByIndex takes item whichItem, integer index returns ability |