TrinityCore
lookup_commandscript Class Reference
+ Inheritance diagram for lookup_commandscript:

Public Member Functions

 lookup_commandscript ()
 
std::vector< ChatCommandGetCommands () const override
 
- Public Member Functions inherited from CommandScript
 ~CommandScript ()
 
virtual std::vector< Trinity::ChatCommands::ChatCommandBuilderGetCommands () const =0
 
- Public Member Functions inherited from ScriptObject
 ScriptObject (ScriptObject const &right)=delete
 
 ScriptObject (ScriptObject &&right)=delete
 
ScriptObjectoperator= (ScriptObject const &right)=delete
 
ScriptObjectoperator= (ScriptObject &&right)=delete
 
std::string const & GetName () const
 

Static Public Member Functions

static bool HandleLookupAreaCommand (ChatHandler *handler, char const *args)
 
static bool HandleLookupCreatureCommand (ChatHandler *handler, char const *args)
 
static bool HandleLookupEventCommand (ChatHandler *handler, char const *args)
 
static bool HandleLookupFactionCommand (ChatHandler *handler, char const *args)
 
static bool HandleLookupItemCommand (ChatHandler *handler, char const *args)
 
static bool HandleLookupItemIdCommand (ChatHandler *handler, char const *args)
 
static bool HandleLookupItemSetCommand (ChatHandler *handler, char const *args)
 
static bool HandleLookupObjectCommand (ChatHandler *handler, char const *args)
 
static bool HandleLookupQuestCommand (ChatHandler *handler, char const *args)
 
static bool HandleLookupQuestIdCommand (ChatHandler *handler, char const *args)
 
static bool HandleLookupSkillCommand (ChatHandler *handler, char const *args)
 
static bool HandleLookupSpellCommand (ChatHandler *handler, char const *args)
 
static bool HandleLookupSpellIdCommand (ChatHandler *handler, char const *args)
 
static bool HandleLookupTaxiNodeCommand (ChatHandler *handler, const char *args)
 
static bool HandleLookupTeleCommand (ChatHandler *handler, char const *args)
 
static bool HandleLookupTitleCommand (ChatHandler *handler, char const *args)
 
static bool HandleLookupMapCommand (ChatHandler *handler, char const *args)
 
static bool HandleLookupMapIdCommand (ChatHandler *handler, char const *args)
 
static bool HandleLookupPlayerIpCommand (ChatHandler *handler, char const *args)
 
static bool HandleLookupPlayerAccountCommand (ChatHandler *handler, char const *args)
 
static bool HandleLookupPlayerEmailCommand (ChatHandler *handler, char const *args)
 
static bool LookupPlayerSearchCommand (PreparedQueryResult result, int32 limit, ChatHandler *handler)
 

Additional Inherited Members

- Protected Member Functions inherited from CommandScript
 CommandScript (char const *name)
 
- Protected Member Functions inherited from ScriptObject
 ScriptObject (char const *name)
 
virtual ~ScriptObject ()
 

Detailed Description

Definition at line 47 of file cs_lookup.cpp.

Constructor & Destructor Documentation

◆ lookup_commandscript()

lookup_commandscript::lookup_commandscript ( )
inline

Definition at line 50 of file cs_lookup.cpp.

Member Function Documentation

◆ GetCommands()

std::vector< ChatCommand > lookup_commandscript::GetCommands ( ) const
inlineoverridevirtual

Implements CommandScript.

Definition at line 52 of file cs_lookup.cpp.

+ Here is the call graph for this function:

◆ HandleLookupAreaCommand()

static bool lookup_commandscript::HandleLookupAreaCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 91 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleLookupCreatureCommand()

static bool lookup_commandscript::HandleLookupCreatureCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 166 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleLookupEventCommand()

static bool lookup_commandscript::HandleLookupEventCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 244 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleLookupFactionCommand()

static bool lookup_commandscript::HandleLookupFactionCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 299 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleLookupItemCommand()

static bool lookup_commandscript::HandleLookupItemCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 400 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleLookupItemIdCommand()

static bool lookup_commandscript::HandleLookupItemIdCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 450 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleLookupItemSetCommand()

static bool lookup_commandscript::HandleLookupItemSetCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 478 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleLookupMapCommand()

static bool lookup_commandscript::HandleLookupMapCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 1310 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleLookupMapIdCommand()

static bool lookup_commandscript::HandleLookupMapIdCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 1399 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleLookupObjectCommand()

static bool lookup_commandscript::HandleLookupObjectCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 549 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleLookupPlayerAccountCommand()

static bool lookup_commandscript::HandleLookupPlayerAccountCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 1479 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleLookupPlayerEmailCommand()

static bool lookup_commandscript::HandleLookupPlayerEmailCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 1498 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleLookupPlayerIpCommand()

static bool lookup_commandscript::HandleLookupPlayerIpCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 1449 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleLookupQuestCommand()

static bool lookup_commandscript::HandleLookupQuestCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 625 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleLookupQuestIdCommand()

static bool lookup_commandscript::HandleLookupQuestIdCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 775 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleLookupSkillCommand()

static bool lookup_commandscript::HandleLookupSkillCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 840 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleLookupSpellCommand()

static bool lookup_commandscript::HandleLookupSpellCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 927 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleLookupSpellIdCommand()

static bool lookup_commandscript::HandleLookupSpellIdCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 1038 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleLookupTaxiNodeCommand()

static bool lookup_commandscript::HandleLookupTaxiNodeCommand ( ChatHandler handler,
const char *  args 
)
inlinestatic

Definition at line 1110 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleLookupTeleCommand()

static bool lookup_commandscript::HandleLookupTeleCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 1163 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleLookupTitleCommand()

static bool lookup_commandscript::HandleLookupTitleCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 1221 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ LookupPlayerSearchCommand()

static bool lookup_commandscript::LookupPlayerSearchCommand ( PreparedQueryResult  result,
int32  limit,
ChatHandler handler 
)
inlinestatic

Definition at line 1514 of file cs_lookup.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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