JASS Tools |
|
Global Variables | Functions That Return | Functions That Take
|
Global variables of type triggercondition:
none |
Functions that return type triggercondition (   common.j,   common.ai,   Blizzard.j):
native LoadTriggerConditionHandle (hashtable table, integer parentKey, integer childKey) returns triggercondition |
function LoadTriggerConditionHandleBJ (integer key, integer missionKey, hashtable table) returns triggercondition |
native TriggerAddCondition (trigger whichTrigger, boolexpr condition) returns triggercondition |
Functions that take type triggercondition as a parameter (   common.j,   common.ai,   Blizzard.j):
native SaveTriggerConditionHandle (hashtable table, integer parentKey, integer childKey, triggercondition whichTriggercondition) returns boolean |
function SaveTriggerConditionHandleBJ (triggercondition whichTriggercondition, integer key, integer missionKey, hashtable table) returns boolean |
native TriggerRemoveCondition (trigger whichTrigger, triggercondition whichCondition) returns nothing |
Copyright (c) 2003 Jeff Pang Not affiliated or endorsed by Blizzard Entertainment |