EvEmu
0.8.4
11 September 2021
|
#include "Character.h"
Public Member Functions | |
CharacterTypeData (const char *_bloodlineName="", uint8 _race=0, const char *_desc="", const char *_maleDesc="", const char *_femaleDesc="", uint32 _corporationID=0, uint8 _perception=0, uint8 _willpower=0, uint8 _charisma=0, uint8 _memory=0, uint8 _intelligence=0, const char *_shortDesc="", const char *_shortMaleDesc="", const char *_shortFemaleDesc="") | |
Public Attributes | |
std::string | bloodlineName |
uint8 | race |
std::string | description |
std::string | maleDescription |
std::string | femaleDescription |
uint32 | corporationID |
uint8 | perception |
uint8 | willpower |
uint8 | charisma |
uint8 | memory |
uint8 | intelligence |
std::string | shortDescription |
std::string | shortMaleDescription |
std::string | shortFemaleDescription |
Simple container for raw character type data.
Definition at line 42 of file Character.h.
CharacterTypeData::CharacterTypeData | ( | const char * | _bloodlineName = "" , |
uint8 | _race = 0 , |
||
const char * | _desc = "" , |
||
const char * | _maleDesc = "" , |
||
const char * | _femaleDesc = "" , |
||
uint32 | _corporationID = 0 , |
||
uint8 | _perception = 0 , |
||
uint8 | _willpower = 0 , |
||
uint8 | _charisma = 0 , |
||
uint8 | _memory = 0 , |
||
uint8 | _intelligence = 0 , |
||
const char * | _shortDesc = "" , |
||
const char * | _shortMaleDesc = "" , |
||
const char * | _shortFemaleDesc = "" |
||
) |
Definition at line 44 of file Character.cpp.
std::string CharacterTypeData::bloodlineName |
Definition at line 62 of file Character.h.
Referenced by InventoryDB::GetCharacterType().
uint8 CharacterTypeData::charisma |
Definition at line 71 of file Character.h.
Referenced by InventoryDB::GetCharacterType().
uint32 CharacterTypeData::corporationID |
Definition at line 67 of file Character.h.
Referenced by InventoryDB::GetCharacterType().
std::string CharacterTypeData::description |
Definition at line 64 of file Character.h.
Referenced by InventoryDB::GetCharacterType().
std::string CharacterTypeData::femaleDescription |
Definition at line 66 of file Character.h.
Referenced by InventoryDB::GetCharacterType().
uint8 CharacterTypeData::intelligence |
Definition at line 73 of file Character.h.
Referenced by InventoryDB::GetCharacterType().
std::string CharacterTypeData::maleDescription |
Definition at line 65 of file Character.h.
Referenced by InventoryDB::GetCharacterType().
uint8 CharacterTypeData::memory |
Definition at line 72 of file Character.h.
Referenced by InventoryDB::GetCharacterType().
uint8 CharacterTypeData::perception |
Definition at line 69 of file Character.h.
Referenced by InventoryDB::GetCharacterType().
uint8 CharacterTypeData::race |
Definition at line 63 of file Character.h.
Referenced by CharacterType::CharacterType(), and InventoryDB::GetCharacterType().
std::string CharacterTypeData::shortDescription |
Definition at line 75 of file Character.h.
Referenced by InventoryDB::GetCharacterType().
std::string CharacterTypeData::shortFemaleDescription |
Definition at line 77 of file Character.h.
Referenced by InventoryDB::GetCharacterType().
std::string CharacterTypeData::shortMaleDescription |
Definition at line 76 of file Character.h.
Referenced by InventoryDB::GetCharacterType().
uint8 CharacterTypeData::willpower |
Definition at line 70 of file Character.h.
Referenced by InventoryDB::GetCharacterType().