ManaPlus
|
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< BeingSlot > | mDefaultItems |
std::vector<BeingSlot> anonymous_namespace{chardb.cpp}::mDefaultItems |
Definition at line 44 of file chardb.cpp.
Referenced by CharDB::getDefaultItems(), and CharDB::load().
bool anonymous_namespace{chardb.cpp}::mLoaded = false |
Definition at line 32 of file chardb.cpp.
Referenced by CharDB::load(), and CharDB::unload().
unsigned anonymous_namespace{chardb.cpp}::mMaxHairColor = 0 |
Definition at line 34 of file chardb.cpp.
Referenced by CharDB::getMaxHairColor(), and CharDB::load().
unsigned anonymous_namespace{chardb.cpp}::mMaxHairStyle = 0 |
Definition at line 36 of file chardb.cpp.
Referenced by CharDB::getMaxHairStyle(), and CharDB::load().
unsigned anonymous_namespace{chardb.cpp}::mMaxLook = 0 |
Definition at line 41 of file chardb.cpp.
Referenced by CharDB::getMaxLook(), and CharDB::load().
unsigned anonymous_namespace{chardb.cpp}::mMaxRace = 30 |
Definition at line 43 of file chardb.cpp.
Referenced by CharDB::getMaxRace(), and CharDB::load().
unsigned anonymous_namespace{chardb.cpp}::mMaxStat = 0 |
Definition at line 38 of file chardb.cpp.
Referenced by CharDB::getMaxStat(), and CharDB::load().
unsigned anonymous_namespace{chardb.cpp}::mMinHairColor = 0 |
Definition at line 33 of file chardb.cpp.
Referenced by CharDB::getMinHairColor(), and CharDB::load().
unsigned anonymous_namespace{chardb.cpp}::mMinHairStyle = 0 |
Definition at line 35 of file chardb.cpp.
Referenced by CharDB::getMinHairStyle(), and CharDB::load().
unsigned anonymous_namespace{chardb.cpp}::mMinLook = 0 |
Definition at line 40 of file chardb.cpp.
Referenced by CharDB::getMinLook(), and CharDB::load().
unsigned anonymous_namespace{chardb.cpp}::mMinRace = 0 |
Definition at line 42 of file chardb.cpp.
Referenced by CharDB::getMinRace(), and CharDB::load().
unsigned anonymous_namespace{chardb.cpp}::mMinStat = 0 |
Definition at line 37 of file chardb.cpp.
Referenced by CharDB::getMinStat(), and CharDB::load().
unsigned anonymous_namespace{chardb.cpp}::mSumStat = 0 |
Definition at line 39 of file chardb.cpp.
Referenced by CharDB::getSumStat(), and CharDB::load().