|
| template<typename T > |
| static bool | HandleTicketAssignToCommand (ChatHandler *handler, char const *args) |
| |
| template<typename T > |
| static bool | HandleTicketCloseByIdCommand (ChatHandler *handler, char const *args) |
| |
| template<typename T > |
| static bool | HandleTicketCommentCommand (ChatHandler *handler, char const *args) |
| |
| template<typename T > |
| static bool | HandleTicketDeleteByIdCommand (ChatHandler *handler, char const *args) |
| |
| template<typename T > |
| static bool | HandleTicketListCommand (ChatHandler *handler, char const *) |
| |
| template<typename T > |
| static bool | HandleTicketListClosedCommand (ChatHandler *handler, char const *) |
| |
| template<typename T > |
| static bool | HandleTicketResetCommand (ChatHandler *handler, char const *) |
| |
| template<typename T > |
| static bool | HandleTicketUnAssignCommand (ChatHandler *handler, char const *args) |
| |
| template<typename T > |
| static bool | HandleTicketGetByIdCommand (ChatHandler *handler, char const *args) |
| |
| static bool | HandleTicketResetAllCommand (ChatHandler *handler, char const *) |
| |
| static bool | HandleToggleGMTicketSystem (ChatHandler *handler, char const *) |
| |
Definition at line 44 of file cs_ticket.cpp.
◆ ticket_commandscript()
| ticket_commandscript::ticket_commandscript |
( |
| ) |
|
|
inline |
◆ GetCommands()
◆ HandleTicketAssignToCommand()
template<typename T >
| bool ticket_commandscript::HandleTicketAssignToCommand |
( |
ChatHandler * |
handler, |
|
|
char const * |
args |
|
) |
| |
|
static |
◆ HandleTicketCloseByIdCommand()
template<typename T >
| bool ticket_commandscript::HandleTicketCloseByIdCommand |
( |
ChatHandler * |
handler, |
|
|
char const * |
args |
|
) |
| |
|
static |
◆ HandleTicketCommentCommand()
template<typename T >
| bool ticket_commandscript::HandleTicketCommentCommand |
( |
ChatHandler * |
handler, |
|
|
char const * |
args |
|
) |
| |
|
static |
◆ HandleTicketDeleteByIdCommand()
template<typename T >
| bool ticket_commandscript::HandleTicketDeleteByIdCommand |
( |
ChatHandler * |
handler, |
|
|
char const * |
args |
|
) |
| |
|
static |
◆ HandleTicketGetByIdCommand()
template<typename T >
| bool ticket_commandscript::HandleTicketGetByIdCommand |
( |
ChatHandler * |
handler, |
|
|
char const * |
args |
|
) |
| |
|
static |
◆ HandleTicketListClosedCommand()
template<typename T >
| bool ticket_commandscript::HandleTicketListClosedCommand |
( |
ChatHandler * |
handler, |
|
|
char const * |
|
|
) |
| |
|
static |
◆ HandleTicketListCommand()
template<typename T >
| bool ticket_commandscript::HandleTicketListCommand |
( |
ChatHandler * |
handler, |
|
|
char const * |
|
|
) |
| |
|
static |
◆ HandleTicketResetAllCommand()
| static bool ticket_commandscript::HandleTicketResetAllCommand |
( |
ChatHandler * |
handler, |
|
|
char const * |
|
|
) |
| |
|
inlinestatic |
◆ HandleTicketResetCommand()
template<typename T >
| bool ticket_commandscript::HandleTicketResetCommand |
( |
ChatHandler * |
handler, |
|
|
char const * |
|
|
) |
| |
|
static |
◆ HandleTicketUnAssignCommand()
template<typename T >
| bool ticket_commandscript::HandleTicketUnAssignCommand |
( |
ChatHandler * |
handler, |
|
|
char const * |
args |
|
) |
| |
|
static |
If no m_session present it means we're issuing this command from the console
Definition at line 305 of file cs_ticket.cpp.
◆ HandleToggleGMTicketSystem()
| static bool ticket_commandscript::HandleToggleGMTicketSystem |
( |
ChatHandler * |
handler, |
|
|
char const * |
|
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: