The search keyword must be a single word (no spaces).
Type code
- Ancestor type
- NO ancestor, hardcoded
- Children type(s)
- None
- Location
- hardcoded
- Preview
- No preview available
Functions that take this type as parameter
common.j
- TimerStart: TimerStart(timer whichTimer, real timeout, boolean periodic, code handlerFunc) returns nothing
- ForGroup: ForGroup(group whichGroup, code callback) returns nothing
- ForForce: ForForce(force whichForce, code callback) returns nothing
- Condition: Condition(code func) returns conditionfunc
- Filter: Filter(code func) returns filterfunc
- TriggerAddAction: TriggerAddAction(trigger whichTrigger, code actionFunc) returns triggeraction
- EnumDestructablesInRect: EnumDestructablesInRect(rect r, boolexpr filter, code actionFunc) returns nothing
- EnumItemsInRect: EnumItemsInRect(rect r, boolexpr filter, code actionFunc) returns nothing
blizzard.j
- EnumItemsInRectBJ: EnumItemsInRectBJ(rect r, code actionFunc) returns nothing
- EnumDestructablesInRectAll: EnumDestructablesInRectAll(rect r, code actionFunc) returns nothing
- EnumDestructablesInCircleBJ: EnumDestructablesInCircleBJ(real radius, location loc, code actionFunc) returns nothing
- ForGroupBJ: ForGroupBJ(group whichGroup, code callback) returns nothing
- EnumUnitsSelected: EnumUnitsSelected(player whichPlayer, boolexpr enumFilter, code enumAction) returns nothing
common.ai
- SetHeroLevels: SetHeroLevels(code func ) returns nothing
- StartThread: StartThread(code func ) returns nothing
- StandardAI: StandardAI(code heroes, code peons, code attacks) returns nothing
- StartTownBuilder: StartTownBuilder(code func) returns nothing
- CampaignAI: CampaignAI(integer farms, code heroes) returns nothing