JASS Tools |
|
Global Variables | Functions That Return | Functions That Take
|
Global variables of type alliancetype:
Functions that return type alliancetype (   common.j,   common.ai,   Blizzard.j):
constant native ConvertAllianceType (integer i) returns alliancetype |
Functions that take type alliancetype as a parameter (   common.j,   common.ai,   Blizzard.j):
constant native GetPlayerAlliance (player sourcePlayer, player otherPlayer, alliancetype whichAllianceSetting) returns boolean |
native SetPlayerAlliance (player sourcePlayer, player otherPlayer, alliancetype whichAllianceSetting, boolean value) returns nothing |
function SetPlayerAllianceBJ (player sourcePlayer, alliancetype whichAllianceSetting, boolean value, player otherPlayer) returns nothing |
native TriggerRegisterPlayerAllianceChange (trigger whichTrigger, player whichPlayer, alliancetype whichAlliance) returns event |
Copyright (c) 2003 Jeff Pang Not affiliated or endorsed by Blizzard Entertainment |