#include <DebugSubscriptionDataBrainDump.hpp>
|
| | SERIALIZED_FIELD (Name, std::string) |
| |
| | SERIALIZED_FIELD (Profession, std::string) |
| |
| | SERIALIZED_FIELD (Xp, int) |
| |
| | SERIALIZED_FIELD (Health, float) |
| |
| | SERIALIZED_FIELD (MaxHealth, float) |
| |
| | SERIALIZED_FIELD (Inventory, std::string) |
| |
| | SERIALIZED_FIELD (WantsGolem, bool) |
| |
| | SERIALIZED_FIELD (AngerLevel, int) |
| |
| | SERIALIZED_FIELD (Activities, std::vector< std::string >) |
| |
| | SERIALIZED_FIELD (Behaviors, std::vector< std::string >) |
| |
| | SERIALIZED_FIELD (Memories, std::vector< std::string >) |
| |
| | SERIALIZED_FIELD (Gossips, std::vector< std::string >) |
| |
| | SERIALIZED_FIELD (Pois, std::vector< NetworkPosition >) |
| |
| | SERIALIZED_FIELD (PotentialPois, std::vector< NetworkPosition >) |
| |
◆ SERIALIZED_FIELD() [1/14]
| ProtocolCraft::DebugSubscriptionDataBrainDump::SERIALIZED_FIELD |
( |
Activities |
, |
|
|
std::vector< std::string > |
|
|
) |
| |
|
private |
◆ SERIALIZED_FIELD() [2/14]
| ProtocolCraft::DebugSubscriptionDataBrainDump::SERIALIZED_FIELD |
( |
AngerLevel |
, |
|
|
int |
|
|
) |
| |
|
private |
◆ SERIALIZED_FIELD() [3/14]
| ProtocolCraft::DebugSubscriptionDataBrainDump::SERIALIZED_FIELD |
( |
Behaviors |
, |
|
|
std::vector< std::string > |
|
|
) |
| |
|
private |
◆ SERIALIZED_FIELD() [4/14]
| ProtocolCraft::DebugSubscriptionDataBrainDump::SERIALIZED_FIELD |
( |
Gossips |
, |
|
|
std::vector< std::string > |
|
|
) |
| |
|
private |
◆ SERIALIZED_FIELD() [5/14]
| ProtocolCraft::DebugSubscriptionDataBrainDump::SERIALIZED_FIELD |
( |
Health |
, |
|
|
float |
|
|
) |
| |
|
private |
◆ SERIALIZED_FIELD() [6/14]
| ProtocolCraft::DebugSubscriptionDataBrainDump::SERIALIZED_FIELD |
( |
Inventory |
, |
|
|
std::string |
|
|
) |
| |
|
private |
◆ SERIALIZED_FIELD() [7/14]
| ProtocolCraft::DebugSubscriptionDataBrainDump::SERIALIZED_FIELD |
( |
MaxHealth |
, |
|
|
float |
|
|
) |
| |
|
private |
◆ SERIALIZED_FIELD() [8/14]
| ProtocolCraft::DebugSubscriptionDataBrainDump::SERIALIZED_FIELD |
( |
Memories |
, |
|
|
std::vector< std::string > |
|
|
) |
| |
|
private |
◆ SERIALIZED_FIELD() [9/14]
| ProtocolCraft::DebugSubscriptionDataBrainDump::SERIALIZED_FIELD |
( |
Name |
, |
|
|
std::string |
|
|
) |
| |
|
private |
◆ SERIALIZED_FIELD() [10/14]
| ProtocolCraft::DebugSubscriptionDataBrainDump::SERIALIZED_FIELD |
( |
Pois |
, |
|
|
std::vector< NetworkPosition > |
|
|
) |
| |
|
private |
◆ SERIALIZED_FIELD() [11/14]
| ProtocolCraft::DebugSubscriptionDataBrainDump::SERIALIZED_FIELD |
( |
PotentialPois |
, |
|
|
std::vector< NetworkPosition > |
|
|
) |
| |
|
private |
◆ SERIALIZED_FIELD() [12/14]
| ProtocolCraft::DebugSubscriptionDataBrainDump::SERIALIZED_FIELD |
( |
Profession |
, |
|
|
std::string |
|
|
) |
| |
|
private |
◆ SERIALIZED_FIELD() [13/14]
| ProtocolCraft::DebugSubscriptionDataBrainDump::SERIALIZED_FIELD |
( |
WantsGolem |
, |
|
|
bool |
|
|
) |
| |
|
private |
◆ SERIALIZED_FIELD() [14/14]
| ProtocolCraft::DebugSubscriptionDataBrainDump::SERIALIZED_FIELD |
( |
Xp |
, |
|
|
int |
|
|
) |
| |
|
private |
◆ DECLARE_READ_WRITE_SERIALIZE
| ProtocolCraft::DebugSubscriptionDataBrainDump::DECLARE_READ_WRITE_SERIALIZE |
|
private |
The documentation for this class was generated from the following file: