◆ spectator_commandscript()
spectator_commandscript::spectator_commandscript |
( |
| ) |
|
|
inline |
Definition CommandScript.h:25
◆ GetCommands()
Implements CommandScript.
32 {
34 {
41 };
43 {
44 { "spect", spectatorCommandTable }
45 };
46 return commandTable;
47 }
@ SEC_PLAYER
Definition Common.h:57
static bool HandleSpectatorLeaveCommand(ChatHandler *handler)
Definition cs_spectator.cpp:74
static bool HandleSpectatorWatchCommand(ChatHandler *handler, std::string const &name)
Definition cs_spectator.cpp:96
static bool HandleSpectatorResetCommand(ChatHandler *handler)
Definition cs_spectator.cpp:65
static bool HandleSpectatorCommand(ChatHandler *handler)
Definition cs_spectator.cpp:49
static bool HandleSpectatorVersionCommand(ChatHandler *handler, uint16 version)
Definition cs_spectator.cpp:58
static bool HandleSpectatorSpectateCommand(ChatHandler *handler, std::string const &name)
Definition cs_spectator.cpp:88
std::vector< ChatCommandBuilder > ChatCommandTable
Definition ChatCommand.h:46
References HandleSpectatorCommand(), HandleSpectatorLeaveCommand(), HandleSpectatorResetCommand(), HandleSpectatorSpectateCommand(), HandleSpectatorVersionCommand(), HandleSpectatorWatchCommand(), and SEC_PLAYER.
◆ HandleSpectatorCommand()
static bool spectator_commandscript::HandleSpectatorCommand |
( |
ChatHandler * |
handler | ) |
|
|
inlinestatic |
◆ HandleSpectatorLeaveCommand()
static bool spectator_commandscript::HandleSpectatorLeaveCommand |
( |
ChatHandler * |
handler | ) |
|
|
inlinestatic |
◆ HandleSpectatorResetCommand()
static bool spectator_commandscript::HandleSpectatorResetCommand |
( |
ChatHandler * |
handler | ) |
|
|
inlinestatic |
◆ HandleSpectatorSpectateCommand()
static bool spectator_commandscript::HandleSpectatorSpectateCommand |
( |
ChatHandler * |
handler, |
|
|
std::string const & |
name |
|
) |
| |
|
inlinestatic |
◆ HandleSpectatorVersionCommand()
static bool spectator_commandscript::HandleSpectatorVersionCommand |
( |
ChatHandler * |
handler, |
|
|
uint16 |
version |
|
) |
| |
|
inlinestatic |
◆ HandleSpectatorWatchCommand()
static bool spectator_commandscript::HandleSpectatorWatchCommand |
( |
ChatHandler * |
handler, |
|
|
std::string const & |
name |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: