37 lines
1.1 KiB
Markdown
37 lines
1.1 KiB
Markdown
# File: `ConsoleCommands.h`
|
|
|
|
## Classes
|
|
|
|
- `ConsoleCommand`
|
|
|
|
## Functions
|
|
|
|
- `void ProcessConsoleInput(const char * command);`
|
|
- `bool ConsoleBanCommand(Seperator *sep);`
|
|
- `bool ConsoleUnbanCommand(Seperator *sep);`
|
|
- `bool ConsoleKickCommand(Seperator *sep);`
|
|
- `bool ConsoleAnnounceCommand(Seperator *sep);`
|
|
- `bool ConsoleBroadcastCommand(Seperator *sep);`
|
|
- `bool ConsoleChannelCommand(Seperator *sep);`
|
|
- `bool ConsoleTellCommand(Seperator *sep);`
|
|
- `bool ConsoleGuildCommand(Seperator *sep);`
|
|
- `bool ConsolePlayerCommand(Seperator *sep);`
|
|
- `bool ConsoleSetAdminPlayer(Seperator *sep);`
|
|
- `bool ConsoleWorldCommand(Seperator *sep);`
|
|
- `bool ConsoleZoneCommand(Seperator *sep);`
|
|
- `bool ConsoleGetMOTDCommand(Seperator *sep);`
|
|
- `bool ConsoleSetMOTDCommand(Seperator *sep);`
|
|
- `bool ConsoleWhoCommand(Seperator *sep);`
|
|
- `bool ConsoleReloadCommand(Seperator *sep);`
|
|
- `bool ConsoleShutdownCommand(Seperator *sep);`
|
|
- `bool ConsoleCancelShutdownCommand(Seperator *sep);`
|
|
- `bool ConsoleExitCommand(Seperator *sep);`
|
|
- `bool ConsoleRulesCommand(Seperator *sep);`
|
|
- `bool ConsoleTestCommand(Seperator *sep);`
|
|
|
|
## Notable Comments
|
|
|
|
- /*
|
|
- */
|
|
- // = 70 chars
|