TrinityCore
character_commandscript::DeletedInfo Struct Reference

Public Attributes

ObjectGuid guid
 the GUID from the character More...
 
std::string name
 the character name More...
 
uint32 accountId
 the account id More...
 
std::string accountName
 the account name More...
 
time_t deleteDate
 the date at which the character has been deleted More...
 

Detailed Description

Definition at line 88 of file cs_character.cpp.

Member Data Documentation

◆ accountId

uint32 character_commandscript::DeletedInfo::accountId

the account id

Definition at line 92 of file cs_character.cpp.

◆ accountName

std::string character_commandscript::DeletedInfo::accountName

the account name

Definition at line 93 of file cs_character.cpp.

◆ deleteDate

time_t character_commandscript::DeletedInfo::deleteDate

the date at which the character has been deleted

Definition at line 94 of file cs_character.cpp.

◆ guid

ObjectGuid character_commandscript::DeletedInfo::guid

the GUID from the character

Definition at line 90 of file cs_character.cpp.

◆ name

std::string character_commandscript::DeletedInfo::name

the character name

Definition at line 91 of file cs_character.cpp.


The documentation for this struct was generated from the following file: