![]() |
naev 0.11.5
|
Contains Lua bindings for the console. More...
#include "nlua_cli.h"#include "log.h"#include "mission.h"#include "nluadef.h"Go to the source code of this file.
Functions | |
| int | nlua_loadCLI (nlua_env env) |
| Loads the CLI Lua library. | |
Variables | |
| static const luaL_Reg | cli_methods [] |
Contains Lua bindings for the console.
Definition in file nlua_cli.c.
| int nlua_loadCLI | ( | nlua_env | env | ) |
Loads the CLI Lua library.
| env | Lua environment. |
Definition at line 36 of file nlua_cli.c.
|
static |