![]() |
TrinityCore
|
#include <WorldSession.h>
Public Attributes | ||
| uint32 | Id | |
| bool | NeedSave | |
| union { | ||
| float FloatValue | ||
| int64 Int64Value | ||
| }; | ||
Definition at line 1118 of file WorldSession.h.
| union { ... } WorldSession::PlayerDataAccount::Element |
| float WorldSession::PlayerDataAccount::Element::FloatValue |
Definition at line 1124 of file WorldSession.h.
| uint32 WorldSession::PlayerDataAccount::Element::Id |
Definition at line 1120 of file WorldSession.h.
| int64 WorldSession::PlayerDataAccount::Element::Int64Value |
Definition at line 1125 of file WorldSession.h.
| bool WorldSession::PlayerDataAccount::Element::NeedSave |
Definition at line 1121 of file WorldSession.h.