|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
This is the complete list of members for TicketInfo, including all inherited members.
| _assignedTo | TicketInfo | protected |
| _closedBy | TicketInfo | protected |
| _comment | TicketInfo | protected |
| _mapId | TicketInfo | protected |
| _playerGuid | TicketInfo | protected |
| _playerName | TicketInfo | protected |
| _pos | TicketInfo | protected |
| _ticketCreateTime | TicketInfo | protected |
| _ticketId | TicketInfo | protected |
| DeleteFromDB()=0 | TicketInfo | pure virtual |
| FormatMessageString(ChatHandler &handler, bool detailed=false) const =0 | TicketInfo | pure virtual |
| FormatMessageString(ChatHandler &handler, const char *szClosedName, const char *szAssignedToName, const char *szUnassignedName, const char *szDeletedName) const | TicketInfo | virtual |
| GetAssignedPlayer() const | TicketInfo | inline |
| GetAssignedToGUID() const | TicketInfo | inline |
| GetAssignedToName() const | TicketInfo | |
| GetComment() const | TicketInfo | inline |
| GetMapId() const | TicketInfo | inline |
| GetPlayer() const | TicketInfo | inline |
| GetPlayerGuid() const | TicketInfo | inline |
| GetPlayerName() const | TicketInfo | inline |
| GetTicketId() const | TicketInfo | inline |
| IsAssigned() const | TicketInfo | inline |
| IsAssignedNotTo(uint64 guid) const | TicketInfo | inline |
| IsAssignedTo(uint64 guid) const | TicketInfo | inline |
| IsClosed() const | TicketInfo | inline |
| IsFromPlayer(uint64 guid) const | TicketInfo | inline |
| LoadFromDB(Field *fields)=0 | TicketInfo | pure virtual |
| SaveToDB(SQLTransaction &trans) const =0 | TicketInfo | pure virtual |
| SetAssignedTo(uint64 assignedTo, bool=false) | TicketInfo | inlinevirtual |
| SetClosedBy(uint64 closer) | TicketInfo | inline |
| SetComment(std::string comment) | TicketInfo | inline |
| SetComment(std::string &comment) | TicketInfo | inline |
| SetPosition(uint32 MapID, G3D::Vector3 pos) | TicketInfo | |
| SetUnassigned() | TicketInfo | inlinevirtual |
| TeleportTo(Player *player) const | TicketInfo | |
| TicketInfo() | TicketInfo | |
| TicketInfo(Player *player) | TicketInfo | |
| ~TicketInfo() | TicketInfo | virtual |