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

TYPES | FUNCTIONS | VARIABLES

Type race

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > race
Children Types:none
Location:common.j, line 29

BACK TO TOP

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

Global variables of type race:

common.j:
RACE_DEMON, RACE_HUMAN, RACE_NIGHTELF, RACE_ORC, RACE_OTHER, RACE_UNDEAD

BACK TO TOP

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

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

constant native ConvertRace (integer i) returns race
constant native GetPlayerRace (player whichPlayer) returns race
constant native GetUnitRace (unit whichUnit) returns race

BACK TO TOP

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

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

constant native IsUnitRace (unit whichUnit, race whichRace) returns boolean
function MeleeStartingUnitsForPlayer (race whichRace, player whichPlayer, location loc, boolean doHeroes) returns nothing
function PickMeleeHero (race raceid) returns integer
native SetCampaignMenuRace (race r) returns nothing

BACK TO TOP

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