#include <PlayerDataTable.hpp>
List of all members.
Detailed Description
Definition at line 13 of file PlayerDataTable.hpp.
Constructor & Destructor Documentation
| yse::PlayerDataTable::PlayerDataTable |
( |
const yap::ID & |
accountID | ) |
|
|
explicit |
Member Function Documentation
| void yse::PlayerDataTable::DisplayData |
( |
| ) |
|
| const yap::ID & yse::PlayerDataTable::GetAccountID |
( |
| ) |
const |
| int yse::PlayerDataTable::GetBattleCount |
( |
| ) |
const |
| int yse::PlayerDataTable::GetBoxNumber |
( |
| ) |
const |
| int yse::PlayerDataTable::GetFleeCount |
( |
| ) |
const |
| const yap::ID & yse::PlayerDataTable::GetMapID |
( |
| ) |
const |
| int yse::PlayerDataTable::GetMoney |
( |
| ) |
const |
| int yse::PlayerDataTable::GetPlayTime |
( |
| ) |
const |
| const yap::Vector2 & yse::PlayerDataTable::GetPosition |
( |
| ) |
const |
| const yap::Vector2 & yse::PlayerDataTable::GetRespawnSpot |
( |
| ) |
const |
| int yse::PlayerDataTable::GetStepCount |
( |
| ) |
const |
| void yse::PlayerDataTable::LoadFromPlayerData |
( |
const PlayerData & |
playerData | ) |
|
| void yse::PlayerDataTable::SetAccountID |
( |
const yap::ID & |
value | ) |
|
| void yse::PlayerDataTable::SetBattleCount |
( |
int |
value | ) |
|
| void yse::PlayerDataTable::SetBoxNumber |
( |
int |
value | ) |
|
| void yse::PlayerDataTable::SetFleeCount |
( |
int |
value | ) |
|
| void yse::PlayerDataTable::SetMapID |
( |
const yap::ID & |
value | ) |
|
| void yse::PlayerDataTable::SetMoney |
( |
int |
value | ) |
|
| void yse::PlayerDataTable::SetPlayTime |
( |
int |
value | ) |
|
| void yse::PlayerDataTable::SetPosition |
( |
const yap::Vector2 & |
value | ) |
|
| void yse::PlayerDataTable::SetRespawnSpot |
( |
const yap::Vector2 & |
value | ) |
|
| void yse::PlayerDataTable::SetStepCount |
( |
int |
value | ) |
|
Member Data Documentation
| yap::ID yse::PlayerDataTable::accountID_ |
|
private |
| int yse::PlayerDataTable::battleCount_ |
|
private |
| int yse::PlayerDataTable::boxNumber_ |
|
private |
| int yse::PlayerDataTable::fleeCount_ |
|
private |
| yap::ID yse::PlayerDataTable::mapID_ |
|
private |
| int yse::PlayerDataTable::money_ |
|
private |
| int yse::PlayerDataTable::playTime_ |
|
private |
| int yse::PlayerDataTable::stepCount_ |
|
private |
The documentation for this class was generated from the following files: