ManaPlus
Variables
anonymous_namespace{chardb.cpp} Namespace Reference

Variables

bool mLoaded = false
 
unsigned mMinHairColor = 0
 
unsigned mMaxHairColor = 0
 
unsigned mMinHairStyle = 0
 
unsigned mMaxHairStyle = 0
 
unsigned mMinStat = 0
 
unsigned mMaxStat = 0
 
unsigned mSumStat = 0
 
unsigned mMinLook = 0
 
unsigned mMaxLook = 0
 
unsigned mMinRace = 0
 
unsigned mMaxRace = 30
 
std::vector< BeingSlotmDefaultItems
 

Variable Documentation

◆ mDefaultItems

std::vector<BeingSlot> anonymous_namespace{chardb.cpp}::mDefaultItems

Definition at line 44 of file chardb.cpp.

Referenced by CharDB::getDefaultItems(), and CharDB::load().

◆ mLoaded

bool anonymous_namespace{chardb.cpp}::mLoaded = false

Definition at line 32 of file chardb.cpp.

Referenced by CharDB::load(), and CharDB::unload().

◆ mMaxHairColor

unsigned anonymous_namespace{chardb.cpp}::mMaxHairColor = 0

Definition at line 34 of file chardb.cpp.

Referenced by CharDB::getMaxHairColor(), and CharDB::load().

◆ mMaxHairStyle

unsigned anonymous_namespace{chardb.cpp}::mMaxHairStyle = 0

Definition at line 36 of file chardb.cpp.

Referenced by CharDB::getMaxHairStyle(), and CharDB::load().

◆ mMaxLook

unsigned anonymous_namespace{chardb.cpp}::mMaxLook = 0

Definition at line 41 of file chardb.cpp.

Referenced by CharDB::getMaxLook(), and CharDB::load().

◆ mMaxRace

unsigned anonymous_namespace{chardb.cpp}::mMaxRace = 30

Definition at line 43 of file chardb.cpp.

Referenced by CharDB::getMaxRace(), and CharDB::load().

◆ mMaxStat

unsigned anonymous_namespace{chardb.cpp}::mMaxStat = 0

Definition at line 38 of file chardb.cpp.

Referenced by CharDB::getMaxStat(), and CharDB::load().

◆ mMinHairColor

unsigned anonymous_namespace{chardb.cpp}::mMinHairColor = 0

Definition at line 33 of file chardb.cpp.

Referenced by CharDB::getMinHairColor(), and CharDB::load().

◆ mMinHairStyle

unsigned anonymous_namespace{chardb.cpp}::mMinHairStyle = 0

Definition at line 35 of file chardb.cpp.

Referenced by CharDB::getMinHairStyle(), and CharDB::load().

◆ mMinLook

unsigned anonymous_namespace{chardb.cpp}::mMinLook = 0

Definition at line 40 of file chardb.cpp.

Referenced by CharDB::getMinLook(), and CharDB::load().

◆ mMinRace

unsigned anonymous_namespace{chardb.cpp}::mMinRace = 0

Definition at line 42 of file chardb.cpp.

Referenced by CharDB::getMinRace(), and CharDB::load().

◆ mMinStat

unsigned anonymous_namespace{chardb.cpp}::mMinStat = 0

Definition at line 37 of file chardb.cpp.

Referenced by CharDB::getMinStat(), and CharDB::load().

◆ mSumStat

unsigned anonymous_namespace{chardb.cpp}::mSumStat = 0

Definition at line 39 of file chardb.cpp.

Referenced by CharDB::getSumStat(), and CharDB::load().