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

TYPES | FUNCTIONS | VARIABLES

Type playergameresult

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > playergameresult
Children Types:none
Location:common.j, line 37

BACK TO TOP

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

Global variables of type playergameresult:

common.j:
PLAYER_GAME_RESULT_DEFEAT, PLAYER_GAME_RESULT_NEUTRAL, PLAYER_GAME_RESULT_TIE, PLAYER_GAME_RESULT_VICTORY

BACK TO TOP

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

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

constant native ConvertPlayerGameResult (integer i) returns playergameresult

BACK TO TOP

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

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

function AllowVictoryDefeat (playergameresult gameResult) returns boolean
native RemovePlayer (player whichPlayer, playergameresult gameResult) returns nothing
function RemovePlayerPreserveUnitsBJ (player whichPlayer, playergameresult gameResult, boolean leftGame) returns nothing

BACK TO TOP

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