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

Public Member Functions

 ticket_commandscript ()
 
std::vector< ChatCommandGetCommands () const override
 
- Public Member Functions inherited from ScriptObject
std::string const & GetName () const
 

Static Public Member Functions

static bool HandleGMTicketAssignToCommand (ChatHandler *handler, char const *args)
 
static bool HandleGMTicketCloseByIdCommand (ChatHandler *handler, char const *args)
 
static bool HandleGMTicketCommentCommand (ChatHandler *handler, char const *args)
 
static bool HandleGMTicketListClosedCommand (ChatHandler *handler, char const *)
 
static bool HandleGMTicketCompleteCommand (ChatHandler *handler, char const *args)
 
static bool HandleGMTicketDeleteByIdCommand (ChatHandler *handler, char const *args)
 
static bool HandleGMTicketEscalateCommand (ChatHandler *handler, char const *args)
 
static bool HandleGMTicketListEscalatedCommand (ChatHandler *handler, char const *)
 
static bool HandleGMTicketListCommand (ChatHandler *handler, char const *)
 
static bool HandleGMTicketListOnlineCommand (ChatHandler *handler, char const *)
 
static bool HandleGMTicketResetCommand (ChatHandler *handler, char const *)
 
static bool HandleToggleGMTicketSystem (ChatHandler *handler, char const *)
 
static bool HandleGMTicketUnAssignCommand (ChatHandler *handler, char const *args)
 
static bool HandleGMTicketGetByIdCommand (ChatHandler *handler, char const *args)
 
static bool HandleGMTicketGetByNameCommand (ChatHandler *handler, char const *args)
 
static bool _HandleGMTicketResponseAppendCommand (char const *args, bool newLine, ChatHandler *handler)
 
static bool HandleGMTicketResponseAppendCommand (ChatHandler *handler, char const *args)
 
static bool HandleGMTicketResponseAppendLnCommand (ChatHandler *handler, char const *args)
 

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 43 of file cs_ticket.cpp.

Constructor & Destructor Documentation

◆ ticket_commandscript()

ticket_commandscript::ticket_commandscript ( )
inline

Definition at line 46 of file cs_ticket.cpp.

Member Function Documentation

◆ _HandleGMTicketResponseAppendCommand()

static bool ticket_commandscript::_HandleGMTicketResponseAppendCommand ( char const *  args,
bool  newLine,
ChatHandler handler 
)
inlinestatic

Console excluded

Definition at line 489 of file cs_ticket.cpp.

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

◆ GetCommands()

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

Implements CommandScript.

Definition at line 48 of file cs_ticket.cpp.

+ Here is the call graph for this function:

◆ HandleGMTicketAssignToCommand()

static bool ticket_commandscript::HandleGMTicketAssignToCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Console can override though

Definition at line 81 of file cs_ticket.cpp.

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

◆ HandleGMTicketCloseByIdCommand()

static bool ticket_commandscript::HandleGMTicketCloseByIdCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 140 of file cs_ticket.cpp.

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

◆ HandleGMTicketCommentCommand()

static bool ticket_commandscript::HandleGMTicketCommentCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Console excluded

Definition at line 178 of file cs_ticket.cpp.

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

◆ HandleGMTicketCompleteCommand()

static bool ticket_commandscript::HandleGMTicketCompleteCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Console excluded

Definition at line 229 of file cs_ticket.cpp.

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

◆ HandleGMTicketDeleteByIdCommand()

static bool ticket_commandscript::HandleGMTicketDeleteByIdCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 276 of file cs_ticket.cpp.

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

◆ HandleGMTicketEscalateCommand()

static bool ticket_commandscript::HandleGMTicketEscalateCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 312 of file cs_ticket.cpp.

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

◆ HandleGMTicketGetByIdCommand()

static bool ticket_commandscript::HandleGMTicketGetByIdCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 429 of file cs_ticket.cpp.

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

◆ HandleGMTicketGetByNameCommand()

static bool ticket_commandscript::HandleGMTicketGetByNameCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 450 of file cs_ticket.cpp.

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

◆ HandleGMTicketListClosedCommand()

static bool ticket_commandscript::HandleGMTicketListClosedCommand ( ChatHandler handler,
char const *   
)
inlinestatic

Definition at line 223 of file cs_ticket.cpp.

+ Here is the caller graph for this function:

◆ HandleGMTicketListCommand()

static bool ticket_commandscript::HandleGMTicketListCommand ( ChatHandler handler,
char const *   
)
inlinestatic

Definition at line 340 of file cs_ticket.cpp.

+ Here is the caller graph for this function:

◆ HandleGMTicketListEscalatedCommand()

static bool ticket_commandscript::HandleGMTicketListEscalatedCommand ( ChatHandler handler,
char const *   
)
inlinestatic

Definition at line 334 of file cs_ticket.cpp.

+ Here is the caller graph for this function:

◆ HandleGMTicketListOnlineCommand()

static bool ticket_commandscript::HandleGMTicketListOnlineCommand ( ChatHandler handler,
char const *   
)
inlinestatic

Definition at line 346 of file cs_ticket.cpp.

+ Here is the caller graph for this function:

◆ HandleGMTicketResetCommand()

static bool ticket_commandscript::HandleGMTicketResetCommand ( ChatHandler handler,
char const *   
)
inlinestatic

Definition at line 352 of file cs_ticket.cpp.

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

◆ HandleGMTicketResponseAppendCommand()

static bool ticket_commandscript::HandleGMTicketResponseAppendCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 526 of file cs_ticket.cpp.

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

◆ HandleGMTicketResponseAppendLnCommand()

static bool ticket_commandscript::HandleGMTicketResponseAppendLnCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 531 of file cs_ticket.cpp.

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

◆ HandleGMTicketUnAssignCommand()

static bool ticket_commandscript::HandleGMTicketUnAssignCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

If no m_session present it means we're issuing this command from the console

Definition at line 376 of file cs_ticket.cpp.

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

◆ HandleToggleGMTicketSystem()

static bool ticket_commandscript::HandleToggleGMTicketSystem ( ChatHandler handler,
char const *   
)
inlinestatic

Definition at line 368 of file cs_ticket.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: