EvEmu
0.8.4
11 September 2021
|
#include "POD_containers.h"
Public Attributes | |
bool | gender:1 |
uint8 | flag |
uint8 | bloodlineID |
uint8 | raceID |
uint16 | typeID |
uint32 | accountID |
uint32 | shipID |
uint32 | capsuleID |
uint32 | logonMinutes |
uint32 | locationID |
uint32 | stationID |
uint32 | solarSystemID |
uint32 | constellationID |
uint32 | regionID |
uint32 | ancestryID |
uint32 | careerID |
uint32 | schoolID |
uint32 | careerSpecialityID |
uint32 | skillPoints |
int64 | loginTime |
int64 | createDateTime |
float | bounty |
float | balance |
float | aurBalance |
float | securityRating |
std::string | name |
std::string | title |
std::string | description |
Definition at line 40 of file POD_containers.h.
uint32 CharacterData::accountID |
Definition at line 46 of file POD_containers.h.
Referenced by Character::accountID(), InventoryDB::GetCharacterData(), and CharacterDB::NewCharacter().
uint32 CharacterData::ancestryID |
Definition at line 55 of file POD_containers.h.
Referenced by Character::ancestryID(), InventoryDB::GetCharacterData(), and CharacterDB::NewCharacter().
float CharacterData::aurBalance |
Definition at line 64 of file POD_containers.h.
Referenced by Character::AlterBalance(), Character::balance(), InventoryDB::GetCharacterData(), CharacterDB::NewCharacter(), and CharacterDB::SaveCharacter().
float CharacterData::balance |
Definition at line 63 of file POD_containers.h.
Referenced by Character::AlterBalance(), Character::balance(), InventoryDB::GetCharacterData(), CharacterDB::NewCharacter(), and CharacterDB::SaveCharacter().
uint8 CharacterData::bloodlineID |
Definition at line 43 of file POD_containers.h.
Referenced by InventoryDB::GetCharacterData(), and CharacterDB::NewCharacter().
float CharacterData::bounty |
Definition at line 62 of file POD_containers.h.
Referenced by Character::bounty(), InventoryDB::GetCharacterData(), and CharacterDB::SaveCharacter().
uint32 CharacterData::capsuleID |
Definition at line 48 of file POD_containers.h.
Referenced by Character::capsuleID(), InventoryDB::GetCharacterData(), and Character::SetActivePod().
uint32 CharacterData::careerID |
Definition at line 56 of file POD_containers.h.
Referenced by Character::careerID(), InventoryDB::GetCharacterData(), CharacterDB::GetLocationCorporationByCareer(), and CharacterDB::NewCharacter().
uint32 CharacterData::careerSpecialityID |
Definition at line 58 of file POD_containers.h.
Referenced by Character::careerSpecialityID(), InventoryDB::GetCharacterData(), and CharacterDB::NewCharacter().
uint32 CharacterData::constellationID |
Definition at line 53 of file POD_containers.h.
Referenced by Character::constellationID(), InventoryDB::GetCharacterData(), CharacterDB::GetLocationCorporationByCareer(), CharacterDB::NewCharacter(), CharacterDB::SaveCharacter(), and Character::SetLocation().
int64 CharacterData::createDateTime |
Definition at line 61 of file POD_containers.h.
Referenced by Character::createDateTime(), and InventoryDB::GetCharacterData().
std::string CharacterData::description |
Definition at line 68 of file POD_containers.h.
Referenced by Character::description(), InventoryDB::GetCharacterData(), CharacterDB::NewCharacter(), CharacterDB::SaveCharacter(), and Character::SetDescription().
uint8 CharacterData::flag |
Definition at line 42 of file POD_containers.h.
Referenced by InventoryDB::GetCharacterData().
bool CharacterData::gender |
Definition at line 41 of file POD_containers.h.
Referenced by Character::gender(), InventoryDB::GetCharacterData(), and CharacterDB::NewCharacter().
uint32 CharacterData::locationID |
Definition at line 50 of file POD_containers.h.
Referenced by InventoryDB::GetCharacterData(), Character::LogOut(), CharacterDB::NewCharacter(), CharacterDB::SaveCharacter(), and Character::SetLocation().
int64 CharacterData::loginTime |
Definition at line 60 of file POD_containers.h.
Referenced by Character::_Load(), and Character::OnlineTime().
uint32 CharacterData::logonMinutes |
Definition at line 49 of file POD_containers.h.
Referenced by InventoryDB::GetCharacterData(), Character::logonMinutes(), CharacterDB::SaveCharacter(), and Character::SetLogonMinutes().
std::string CharacterData::name |
Definition at line 66 of file POD_containers.h.
Referenced by InventoryDB::GetCharacterData(), and CharacterDB::NewCharacter().
uint8 CharacterData::raceID |
Definition at line 44 of file POD_containers.h.
Referenced by InventoryDB::GetCharacterData(), and CharacterDB::NewCharacter().
uint32 CharacterData::regionID |
Definition at line 54 of file POD_containers.h.
Referenced by InventoryDB::GetCharacterData(), CharacterDB::GetLocationCorporationByCareer(), CharacterDB::NewCharacter(), Character::regionID(), CharacterDB::SaveCharacter(), and Character::SetLocation().
uint32 CharacterData::schoolID |
Definition at line 57 of file POD_containers.h.
Referenced by InventoryDB::GetCharacterData(), CharacterDB::GetLocationCorporationByCareer(), CharacterDB::NewCharacter(), and Character::schoolID().
float CharacterData::securityRating |
Definition at line 65 of file POD_containers.h.
Referenced by InventoryDB::GetCharacterData(), Character::GetSecurityRating(), CharacterDB::SaveCharacter(), and Character::secStatusChange().
uint32 CharacterData::shipID |
Definition at line 47 of file POD_containers.h.
Referenced by InventoryDB::GetCharacterData(), Character::SetActiveShip(), and Character::shipID().
uint32 CharacterData::skillPoints |
Definition at line 59 of file POD_containers.h.
Referenced by InventoryDB::GetCharacterData(), Character::GetTotalSP(), Character::GetTotalSPTrained(), and CharacterDB::SaveCharacter().
uint32 CharacterData::solarSystemID |
Definition at line 52 of file POD_containers.h.
Referenced by InventoryDB::GetCharacterData(), CharacterDB::GetLocationCorporationByCareer(), CharacterDB::NewCharacter(), CharacterDB::SaveCharacter(), Character::SetLocation(), and Character::solarSystemID().
uint32 CharacterData::stationID |
Definition at line 51 of file POD_containers.h.
Referenced by InventoryDB::GetCharacterData(), CharacterDB::GetLocationCorporationByCareer(), CharacterDB::NewCharacter(), CharacterDB::SaveCharacter(), Character::SetLocation(), and Character::stationID().
std::string CharacterData::title |
Definition at line 67 of file POD_containers.h.
Referenced by InventoryDB::GetCharacterData(), CharacterDB::NewCharacter(), CharacterDB::SaveCharacter(), and Character::title().
uint16 CharacterData::typeID |
Definition at line 45 of file POD_containers.h.
Referenced by InventoryDB::GetCharacterData(), CharacterDB::NewCharacter(), and Character::Spawn().