![]() |
TrinityCore
|
#include <Chat.h>
Static Public Member Functions | |
| static char * | LineFromMessage (char *&pos) |
| static std::vector < ChatCommand > const & | getCommandTable () |
| static bool | LoadCommandTable () |
| static void | SetLoadCommandTable (bool val) |
Protected Member Functions | |
| ChatHandler () | |
| bool | ExecuteCommandInTable (std::vector< ChatCommand > const &table, const char *text, std::string const &fullcmd) |
| bool | ShowHelpForSubCommands (std::vector< ChatCommand > const &table, char const *cmd, char const *subcmd) |
Static Protected Member Functions | |
| static bool | SetDataForCommandInTable (std::vector< ChatCommand > &table, const char *text, uint32 permission, std::string const &help, std::string const &fullcommand) |
Private Attributes | |
| WorldSession * | m_session |
| bool | sentErrorMessage |
Static Private Attributes | |
| static bool | load_command_table = true |
|
inlineexplicit |
|
inlineexplicitprotected |
|
protected |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| ObjectGuid ChatHandler::extractGuidFromLink | ( | char * | text | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| char * ChatHandler::extractKeyFromLink | ( | char * | text, |
| char const * | linkType, | ||
| char ** | something1 = NULL |
||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| char * ChatHandler::extractKeyFromLink | ( | char * | text, |
| char const *const * | linkTypes, | ||
| int * | found_idx, | ||
| char ** | something1 = NULL |
||
| ) |
Here is the call graph for this function:| void ChatHandler::extractOptFirstArg | ( | char * | args, |
| char ** | arg1, | ||
| char ** | arg2 | ||
| ) |
Here is the caller graph for this function:| std::string ChatHandler::extractPlayerNameFromLink | ( | char * | text | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| bool ChatHandler::extractPlayerTarget | ( | char * | args, |
| Player ** | player, | ||
| ObjectGuid * | player_guid = NULL, |
||
| std::string * | player_name = NULL |
||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| char * ChatHandler::extractQuotedArg | ( | char * | args | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| uint32 ChatHandler::extractSpellIdFromLink | ( | char * | text | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in CliHandler.
Here is the call graph for this function:
Here is the caller graph for this function:| std::string ChatHandler::GetNameLink | ( | Player * | chr | ) | const |
Here is the call graph for this function:| GameObject * ChatHandler::GetNearbyGameObject | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GameObject * ChatHandler::GetObjectGlobalyWithGuidOrNearWithDbGuid | ( | ObjectGuid::LowType | lowguid, |
| uint32 | entry | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| bool ChatHandler::GetPlayerGroupAndGUIDByName | ( | const char * | cname, |
| Player *& | player, | ||
| Group *& | group, | ||
| ObjectGuid & | guid, | ||
| bool | offline = false |
||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| Creature * ChatHandler::getSelectedCreature | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| WorldObject * ChatHandler::getSelectedObject | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| Player * ChatHandler::getSelectedPlayer | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| Player * ChatHandler::getSelectedPlayerOrSelf | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| Unit * ChatHandler::getSelectedUnit | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
virtual |
Reimplemented in CliHandler.
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Reimplemented in CliHandler.
Here is the call graph for this function:
Here is the caller graph for this function:Reimplemented in CliHandler.
Here is the call graph for this function:
Here is the caller graph for this function:| bool ChatHandler::HasLowerSecurity | ( | Player * | target, |
| ObjectGuid | guid, | ||
| bool | strong = false |
||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| bool ChatHandler::HasLowerSecurityAccount | ( | WorldSession * | target, |
| uint32 | account, | ||
| bool | strong = false |
||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Here is the caller graph for this function:
Here is the caller graph for this function:
|
virtual |
Reimplemented in CliHandler.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
|
inlinestatic |
Here is the caller graph for this function:Reimplemented in CliHandler.
Here is the call graph for this function:
Here is the caller graph for this function:chat case (.command or !command format)
ignore single . and ! in line
ignore messages staring from many dots.
skip first . or ! (in console allowed use command with . and ! and without its)
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Here is the caller graph for this function:
|
inline |
Here is the call graph for this function:
|
inline |
| void ChatHandler::SendGlobalGMSysMessage | ( | const char * | str | ) |
Here is the call graph for this function:| void ChatHandler::SendGlobalSysMessage | ( | const char * | str | ) |
Here is the call graph for this function:
Here is the caller graph for this function:Reimplemented in CliHandler.
Here is the call graph for this function:| void ChatHandler::SendSysMessage | ( | uint32 | entry | ) |
Here is the call graph for this function:
|
staticprotected |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Here is the caller graph for this function:
|
inline |
| bool ChatHandler::ShowHelpForCommand | ( | std::vector< ChatCommand > const & | table, |
| const char * | cmd | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
|
private |
1.8.8