sc2-gamedata
Classes | Enumerations | Variables
Race.h File Reference
#include "UnderlyingTypes.h"
Include dependency graph for Race.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SStartingUnit
 
class  CRace
 Generic. More...
 

Enumerations

enum  EClassIdCRace { e_classIdCRace }
 Race Type. More...
 
enum  ERaceFlag { e_raceFlagSelectable, e_raceFlagTrialAllowed }
 Race Flags. More...
 
enum  EStartingUnitFlag { e_startingUnitFlagResourceRally, e_startingUnitFlagResourceSetRally }
 Starting Unit Flag. More...
 

Variables

const int32 e_classIdCRaceCount = 1
 
const int32 e_raceFlagCount = 2
 
const int32 e_startingUnitFlagCount = 2
 

Enumeration Type Documentation

◆ EClassIdCRace

Race Type.

Remarks
Unknown
Enumerator
e_classIdCRace 

Generic.

◆ ERaceFlag

enum ERaceFlag

Race Flags.

Remarks
Unknown
Enumerator
e_raceFlagSelectable 

Selectable.

e_raceFlagTrialAllowed 

Trial Allowed.

◆ EStartingUnitFlag

Starting Unit Flag.

Remarks
Unknown
Enumerator
e_startingUnitFlagResourceRally 

Automatically Harvest Nearest Resource.

e_startingUnitFlagResourceSetRally 

Automatically Set Harvest Rally Point.

Variable Documentation

◆ e_classIdCRaceCount

const int32 e_classIdCRaceCount = 1

◆ e_raceFlagCount

const int32 e_raceFlagCount = 2

◆ e_startingUnitFlagCount

const int32 e_startingUnitFlagCount = 2