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

Go to the source code of this file.

Classes

class  CHeroAbil
 Generic. More...
 

Enumerations

enum  EClassIdCHeroAbil { e_classIdCHeroAbil }
 Hero Ability. More...
 
enum  EHeroAbilState { e_heroAbilStateLocked, e_heroAbilStateUnlocked, e_heroAbilStateNew }
 Hero Ability State. More...
 

Variables

const int32 e_classIdCHeroAbilCount = 1
 
const int32 e_heroAbilStateCount = 3
 

Enumeration Type Documentation

◆ EClassIdCHeroAbil

Hero Ability.

Remarks
Unknown
Enumerator
e_classIdCHeroAbil 

Hero Ability.

◆ EHeroAbilState

Hero Ability State.

Remarks
Enum
Enumerator
e_heroAbilStateLocked 

Locked.

e_heroAbilStateUnlocked 

Unlocked.

e_heroAbilStateNew 

New.

Variable Documentation

◆ e_classIdCHeroAbilCount

const int32 e_classIdCHeroAbilCount = 1

◆ e_heroAbilStateCount

const int32 e_heroAbilStateCount = 3