The search keyword must be a single word (no spaces).
Type abilitybooleanlevelarrayfield
- Ancestor type
- handle
- Children type(s)
- None
- Location
- common.j line 118
- Preview
118 type abilitybooleanlevelarrayfield extends handle
Functions that take this type as parameter
common.j
- BlzGetAbilityBooleanLevelArrayField: BlzGetAbilityBooleanLevelArrayField(ability whichAbility, abilitybooleanlevelarrayfield whichField, integer level, integer index) returns boolean
- BlzSetAbilityBooleanLevelArrayField: BlzSetAbilityBooleanLevelArrayField(ability whichAbility, abilitybooleanlevelarrayfield whichField, integer level, integer index, boolean value) returns boolean
- BlzAddAbilityBooleanLevelArrayField: BlzAddAbilityBooleanLevelArrayField(ability whichAbility, abilitybooleanlevelarrayfield whichField, integer level, boolean value) returns boolean
- BlzRemoveAbilityBooleanLevelArrayField: BlzRemoveAbilityBooleanLevelArrayField(ability whichAbility, abilitybooleanlevelarrayfield whichField, integer level, boolean value) returns boolean
blizzard.j
- BlzSetAbilityBooleanLevelArrayFieldBJ: BlzSetAbilityBooleanLevelArrayFieldBJ(ability whichAbility, abilitybooleanlevelarrayfield whichField, integer level, integer index, boolean value) returns nothing
- BlzAddAbilityBooleanLevelArrayFieldBJ: BlzAddAbilityBooleanLevelArrayFieldBJ(ability whichAbility, abilitybooleanlevelarrayfield whichField, integer level, boolean value) returns nothing
- BlzRemoveAbilityBooleanLevelArrayFieldBJ: BlzRemoveAbilityBooleanLevelArrayFieldBJ(ability whichAbility, abilitybooleanlevelarrayfield whichField, integer level, boolean value) returns nothing
Functions that return this type
common.j
- ConvertAbilityBooleanLevelArrayField: ConvertAbilityBooleanLevelArrayField(integer i) returns abilitybooleanlevelarrayfield