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

TYPES | FUNCTIONS | VARIABLES

Type gametype

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > gametype
Children Types:none
Location:common.j, line 53

BACK TO TOP

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

Global variables of type gametype:

common.j:
GAME_TYPE_BLIZ, GAME_TYPE_FFA, GAME_TYPE_FOUR_TEAM_PLAY, GAME_TYPE_MELEE, GAME_TYPE_ONE_ON_ONE, GAME_TYPE_THREE_TEAM_PLAY, GAME_TYPE_TWO_TEAM_PLAY, GAME_TYPE_USE_MAP_SETTINGS

BACK TO TOP

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

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

constant native ConvertGameType (integer i) returns gametype
native GetGameTypeSelected () returns gametype

BACK TO TOP

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

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

native IsGameTypeSupported (gametype whichGameType) returns boolean
native SetGameTypeSupported (gametype whichGameType, boolean value) returns nothing

BACK TO TOP

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