TrinityCore
Loading...
Searching...
No Matches
lookup_commandscript Class Reference
+ Inheritance diagram for lookup_commandscript:

Public Member Functions

 lookup_commandscript ()
 
std::vector< ChatCommandGetCommands () const override
 
- Public Member Functions inherited from ScriptObject
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 46 of file cs_lookup.cpp.

Constructor & Destructor Documentation

◆ lookup_commandscript()

lookup_commandscript::lookup_commandscript ( )
inline

Definition at line 49 of file cs_lookup.cpp.

Member Function Documentation

◆ GetCommands()

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

Implements CommandScript.

Definition at line 51 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 90 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 165 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 243 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 298 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 399 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 477 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 505 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 1312 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 1381 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 576 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 1458 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 1478 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 1428 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 652 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 772 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 822 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 910 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 1024 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 1096 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 1170 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
Todo:
: implement female support

Definition at line 1228 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 1494 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: