| JASS Tools |
|
Global Variables | Functions That Return | Functions That Take
| |||||||||||
Global variables of type defeatcondition:
|
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 |
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 |
![]()
| Copyright (c) 2003 Jeff Pang Not affiliated or endorsed by Blizzard Entertainment |
|