![]() |
naev 0.12.5
|
Contains Lua bindings for the console. More...
#include "nlua_cli.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 [] = { { 0, 0 } } |
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 24 of file nlua_cli.c.
|
static |
CLI Lua methods.
Definition at line 16 of file nlua_cli.c.