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

TYPES | FUNCTIONS | VARIABLES

Type triggeraction

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > triggeraction
Children Types:none
Location:common.j, line 18

BACK TO TOP

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

Global variables of type triggeraction:

none

BACK TO TOP

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

Functions that return type triggeraction (     common.j,      common.ai,      Blizzard.j):

native LoadTriggerActionHandle (hashtable table, integer parentKey, integer childKey) returns triggeraction
function LoadTriggerActionHandleBJ (integer key, integer missionKey, hashtable table) returns triggeraction
native TriggerAddAction (trigger whichTrigger, code actionFunc) returns triggeraction

BACK TO TOP

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

Functions that take type triggeraction as a parameter (     common.j,      common.ai,      Blizzard.j):

native SaveTriggerActionHandle (hashtable table, integer parentKey, integer childKey, triggeraction whichTriggeraction) returns boolean
function SaveTriggerActionHandleBJ (triggeraction whichTriggeraction, integer key, integer missionKey, hashtable table) returns boolean
native TriggerRemoveAction (trigger whichTrigger, triggeraction whichAction) returns nothing

BACK TO TOP

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