AzerothCore 3.3.5a
OpenSource WoW Emulator
|
This is the complete list of members for GmTicket, including all inherited members.
_assignedTo | GmTicket | private |
_chatLog | GmTicket | private |
_closedBy | GmTicket | private |
_comment | GmTicket | private |
_completed | GmTicket | private |
_createTime | GmTicket | private |
_escalatedStatus | GmTicket | private |
_id | GmTicket | private |
_lastModifiedTime | GmTicket | private |
_mapId | GmTicket | private |
_message | GmTicket | private |
_needMoreHelp | GmTicket | private |
_needResponse | GmTicket | private |
_playerGuid | GmTicket | private |
_playerName | GmTicket | private |
_posX | GmTicket | private |
_posY | GmTicket | private |
_posZ | GmTicket | private |
_resolvedBy | GmTicket | private |
_response | GmTicket | private |
_type | GmTicket | private |
_viewed | GmTicket | private |
AppendResponse(std::string const &response) | GmTicket | inline |
DeleteFromDB() | GmTicket | |
DeleteResponse() | GmTicket | inline |
FormatMessageString(ChatHandler &handler, bool detailed=false) const | GmTicket | |
FormatMessageString(ChatHandler &handler, const char *szClosedName, const char *szAssignedToName, const char *szUnassignedName, const char *szDeletedName) const | GmTicket | |
GetAssignedPlayer() const | GmTicket | inline |
GetAssignedToGUID() const | GmTicket | inline |
GetAssignedToName() const | GmTicket | inline |
GetChatLog() const | GmTicket | inline |
GetEscalatedStatus() const | GmTicket | inline |
GetId() const | GmTicket | inline |
GetLastModifiedTime() const | GmTicket | inline |
GetMessage() const | GmTicket | inline |
GetPlayer() const | GmTicket | inline |
GetPlayerName() const | GmTicket | inline |
GetResponse() | GmTicket | inline |
GmTicket() | GmTicket | |
GmTicket(Player *player) | GmTicket | |
IsAssigned() const | GmTicket | inline |
IsAssignedNotTo(ObjectGuid guid) const | GmTicket | inline |
IsAssignedTo(ObjectGuid guid) const | GmTicket | inline |
IsClosed() const | GmTicket | inline |
IsCompleted() const | GmTicket | inline |
IsFromPlayer(ObjectGuid guid) const | GmTicket | inline |
LoadFromDB(Field *fields) | GmTicket | |
SaveToDB(CharacterDatabaseTransaction trans) const | GmTicket | |
SendResponse(WorldSession *session) const | GmTicket | |
SetAssignedTo(ObjectGuid guid, bool isAdmin) | GmTicket | inline |
SetChatLog(std::list< uint32 > time, std::string const &log) | GmTicket | |
SetClosedBy(ObjectGuid value) | GmTicket | inline |
SetComment(std::string const &comment) | GmTicket | inline |
SetCompleted() | GmTicket | inline |
SetEscalatedStatus(GMTicketEscalationStatus escalatedStatus) | GmTicket | inline |
SetGmAction(uint32 needResponse, bool needMoreHelp) | GmTicket | |
SetMessage(std::string const &message) | GmTicket | |
SetPosition(uint32 mapId, float x, float y, float z) | GmTicket | |
SetResolvedBy(ObjectGuid value) | GmTicket | inline |
SetUnassigned() | GmTicket | |
SetViewed() | GmTicket | inline |
TeleportTo(Player *player) const | GmTicket | |
WritePacket(WorldPacket &data) const | GmTicket | |
~GmTicket() | GmTicket |