|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "Common.h"#include "Configuration/Config.h"#include "ObjectMgr.h"#include "World.h"#include "WorldSession.h"#include "AccountMgr.h"#include "Chat.h"#include "CliRunnable.h"#include "Language.h"#include "Log.h"#include "MapManager.h"#include "Player.h"#include "Util.h"#include <readline/readline.h>#include <readline/history.h>Go to the source code of this file.
Functions | |
| char ** | cli_completion (const char *text, int start, int) |
| int | cli_hook_func () |
| char * | command_finder (const char *text, int state) |
| void | commandFinished (void *, bool) |
| void | utf8print (void *, const char *str) |