JASS Tools
News
Download
Help
JASS Manual
-------------------------------------------------------------

TYPES | FUNCTIONS | VARIABLES

Type triggercondition

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > agent > triggercondition
Children Types:none
Location:common.j, line 17

BACK TO TOP

------------------------------------------------------------

Global variables of type triggercondition:

none

BACK TO TOP

------------------------------------------------------------

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

BACK TO TOP

------------------------------------------------------------

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

BACK TO TOP

------------------------------------------------------------
Copyright (c) 2003 Jeff Pang
Not affiliated or endorsed by Blizzard Entertainment
SourceForge.net Logo