The search keyword must be a single word (no spaces).
Type triggercondition
- Ancestor type
- agent
- Children type(s)
- None
- Location
- common.j line 17
- Preview
17 type triggercondition extends agent
Functions that take this type as parameter
blizzard.j
- SaveTriggerConditionHandleBJ: SaveTriggerConditionHandleBJ(triggercondition whichTriggercondition, integer key, integer missionKey, hashtable table) returns boolean
common.j
- TriggerRemoveCondition: TriggerRemoveCondition(trigger whichTrigger, triggercondition whichCondition) returns nothing
- SaveTriggerConditionHandle: SaveTriggerConditionHandle(hashtable table, integer parentKey, integer childKey, triggercondition whichTriggercondition) returns boolean
Functions that return this type
blizzard.j
- LoadTriggerConditionHandleBJ: LoadTriggerConditionHandleBJ(integer key, integer missionKey, hashtable table) returns triggercondition
common.j
- TriggerAddCondition: TriggerAddCondition(trigger whichTrigger, boolexpr condition) returns triggercondition
- LoadTriggerConditionHandle: LoadTriggerConditionHandle(hashtable table, integer parentKey, integer childKey) returns triggercondition