![]() |
TrinityCore
|
Public Attributes | |
| ObjectGuid | guid |
| the GUID from the character | |
| std::string | name |
| the character name | |
| uint32 | accountId |
| the account id | |
| std::string | accountName |
| the account name | |
| time_t | deleteDate |
| the date at which the character has been deleted | |
Definition at line 88 of file cs_character.cpp.
| uint32 character_commandscript::DeletedInfo::accountId |
the account id
Definition at line 92 of file cs_character.cpp.
| std::string character_commandscript::DeletedInfo::accountName |
the account name
Definition at line 93 of file cs_character.cpp.
| time_t character_commandscript::DeletedInfo::deleteDate |
the date at which the character has been deleted
Definition at line 94 of file cs_character.cpp.
| ObjectGuid character_commandscript::DeletedInfo::guid |
the GUID from the character
Definition at line 90 of file cs_character.cpp.
| std::string character_commandscript::DeletedInfo::name |
the character name
Definition at line 91 of file cs_character.cpp.