From 1701b628cb63cd59db208266aa87a388d47b151a Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Wed, 13 Nov 2013 15:56:40 +0100 Subject: Console "reload" command implemented in MCServer, rather than in a plugin. First part of #42. --- source/Server.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/Server.h') diff --git a/source/Server.h b/source/Server.h index 6742153ac..1b4848318 100644 --- a/source/Server.h +++ b/source/Server.h @@ -57,6 +57,9 @@ public: // tolua_export /// Executes the console command, sends output through the specified callback void ExecuteConsoleCommand(const AString & a_Cmd, cCommandOutputCallback & a_Output); + + /// Lists all available console commands and their helpstrings + void PrintHelp(const AStringVector & a_Split, cCommandOutputCallback & a_Output); /// Binds the built-in console commands with the plugin manager static void BindBuiltInConsoleCommands(void); -- cgit v1.2.3