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

TYPES | FUNCTIONS | VARIABLES

Type defeatcondition

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > agent > defeatcondition
Children Types:none
Location:common.j, line 79

BACK TO TOP

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

Global variables of type defeatcondition:

Blizzard.j:
bj_lastCreatedDefeatCondition

BACK TO TOP

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

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

native CreateDefeatCondition () returns defeatcondition
function CreateDefeatConditionBJ (string description) returns defeatcondition
function GetLastCreatedDefeatConditionBJ () returns defeatcondition
native LoadDefeatConditionHandle (hashtable table, integer parentKey, integer childKey) returns defeatcondition
function LoadDefeatConditionHandleBJ (integer key, integer missionKey, hashtable table) returns defeatcondition

BACK TO TOP

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

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

native DefeatConditionSetDescription (defeatcondition whichCondition, string description) returns nothing
function DefeatConditionSetDescriptionBJ (defeatcondition whichCondition, string description) returns nothing
native DestroyDefeatCondition (defeatcondition whichCondition) returns nothing
function DestroyDefeatConditionBJ (defeatcondition whichCondition) returns nothing
native SaveDefeatConditionHandle (hashtable table, integer parentKey, integer childKey, defeatcondition whichDefeatcondition) returns boolean
function SaveDefeatConditionHandleBJ (defeatcondition whichDefeatcondition, integer key, integer missionKey, hashtable table) returns boolean

BACK TO TOP

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