|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Member Functions | |
| example_commandscript () | |
| std::vector< ChatCommand > | GetCommands () const OVERRIDE |
| Public Member Functions inherited from ScriptObject | |
| const std::string & | GetName () const |
| virtual bool | IsDatabaseBound () const |
Static Public Member Functions | |
| static bool | HandleHelloWorldCommand (ChatHandler *handler, const char *) |
Additional Inherited Members | |
| Protected Member Functions inherited from CommandScript | |
| CommandScript (const char *name) | |
| Protected Member Functions inherited from ScriptObject | |
| ScriptObject (const char *name) | |
| virtual | ~ScriptObject () |
Definition at line 22 of file example_commandscript.cpp.
|
inline |
Definition at line 25 of file example_commandscript.cpp.
References CommandScript::CommandScript().
|
inlinevirtual |
Implements CommandScript.
Definition at line 33 of file example_commandscript.cpp.
References HandleHelloWorldCommand(), OVERRIDE, and SEC_PLAYER.
|
inlinestatic |
Definition at line 27 of file example_commandscript.cpp.
References ChatHandler::PSendSysMessage().
Referenced by GetCommands().