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

Go to the source code of this file.

Classes

struct  SHeroAbilCategory
 
class  CHero
 Generic. More...
 

Enumerations

enum  EClassIdCHero { e_classIdCHero }
 Hero. More...
 
enum  EHeroState { e_heroStateLocked, e_heroStateUnlocked }
 Hero State. More...
 
enum  EHeroAbilCategoryState { e_heroAbilCategoryStateLocked, e_heroAbilCategoryStateUnlocked }
 Hero Ability Category State. More...
 

Variables

const int32 e_classIdCHeroCount = 1
 
const int32 e_heroStateCount = 2
 
const int32 e_heroAbilCategoryStateCount = 2
 

Enumeration Type Documentation

◆ EClassIdCHero

Hero.

Remarks
Unknown
Enumerator
e_classIdCHero 

Hero.

◆ EHeroAbilCategoryState

Hero Ability Category State.

Remarks
Enum
Enumerator
e_heroAbilCategoryStateLocked 

Locked.

e_heroAbilCategoryStateUnlocked 

Unlocked.

◆ EHeroState

enum EHeroState

Hero State.

Remarks
Enum
Enumerator
e_heroStateLocked 

Locked.

e_heroStateUnlocked 

Unlocked.

Variable Documentation

◆ e_classIdCHeroCount

const int32 e_classIdCHeroCount = 1

◆ e_heroAbilCategoryStateCount

const int32 e_heroAbilCategoryStateCount = 2

◆ e_heroStateCount

const int32 e_heroStateCount = 2