|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Attributes | |
| uint32 | accountId |
| the account id | |
| std::string | accountName |
| the account name | |
| time_t | deleteDate |
| the date at which the character has been deleted | |
| uint32 | lowGuid |
| the low GUID from the character | |
| std::string | name |
| the character name | |
Definition at line 66 of file cs_character.cpp.
| uint32 character_commandscript::DeletedInfo::accountId |
the account id
Definition at line 70 of file cs_character.cpp.
Referenced by character_commandscript::GetDeletedCharacterInfoList(), character_commandscript::HandleCharacterDeletedRestoreCommand(), and character_commandscript::HandleCharacterDeletedRestoreHelper().
| std::string character_commandscript::DeletedInfo::accountName |
the account name
Definition at line 71 of file cs_character.cpp.
Referenced by character_commandscript::GetDeletedCharacterInfoList(), character_commandscript::HandleCharacterDeletedRestoreCommand(), and character_commandscript::HandleCharacterDeletedRestoreHelper().
| time_t character_commandscript::DeletedInfo::deleteDate |
the date at which the character has been deleted
Definition at line 72 of file cs_character.cpp.
Referenced by character_commandscript::GetDeletedCharacterInfoList().
| uint32 character_commandscript::DeletedInfo::lowGuid |
the low GUID from the character
Definition at line 68 of file cs_character.cpp.
Referenced by character_commandscript::GetDeletedCharacterInfoList(), and character_commandscript::HandleCharacterDeletedRestoreHelper().
| std::string character_commandscript::DeletedInfo::name |
the character name
Definition at line 69 of file cs_character.cpp.
Referenced by character_commandscript::GetDeletedCharacterInfoList(), character_commandscript::HandleCharacterDeletedRestoreCommand(), and character_commandscript::HandleCharacterDeletedRestoreHelper().