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

TYPES | FUNCTIONS | VARIABLES

Type alliancetype

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > alliancetype
Children Types:none
Location:common.j, line 30

BACK TO TOP

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

Global variables of type alliancetype:

common.j:
ALLIANCE_HELP_REQUEST, ALLIANCE_HELP_RESPONSE, ALLIANCE_PASSIVE, ALLIANCE_RESCUABLE, ALLIANCE_SHARED_ADVANCED_CONTROL, ALLIANCE_SHARED_CONTROL, ALLIANCE_SHARED_SPELLS, ALLIANCE_SHARED_VISION, ALLIANCE_SHARED_VISION_FORCED, ALLIANCE_SHARED_XP

BACK TO TOP

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

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

constant native ConvertAllianceType (integer i) returns alliancetype

BACK TO TOP

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

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

BACK TO TOP

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