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

TYPES | FUNCTIONS | VARIABLES

Type gamedifficulty

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > gamedifficulty
Children Types:none
Location:common.j, line 52

BACK TO TOP

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

Global variables of type gamedifficulty:

common.j:
MAP_DIFFICULTY_EASY, MAP_DIFFICULTY_HARD, MAP_DIFFICULTY_INSANE, MAP_DIFFICULTY_NORMAL

BACK TO TOP

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

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

constant native ConvertGameDifficulty (integer i) returns gamedifficulty
native GetDefaultDifficulty () returns gamedifficulty
constant native GetGameDifficulty () returns gamedifficulty

BACK TO TOP

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

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

native SetDefaultDifficulty (gamedifficulty g) returns nothing
native SetGameDifficulty (gamedifficulty whichdifficulty) returns nothing

BACK TO TOP

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