naev 0.12.5
nlua_cli.c File Reference

Contains Lua bindings for the console. More...

#include "nlua_cli.h"
Include dependency graph for nlua_cli.c:

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 } }

Detailed Description

Contains Lua bindings for the console.

Definition in file nlua_cli.c.

Function Documentation

◆ nlua_loadCLI()

int nlua_loadCLI ( nlua_env env)

Loads the CLI Lua library.

Parameters
envLua environment.
Returns
0 on success.

Definition at line 24 of file nlua_cli.c.

Variable Documentation

◆ cli_methods

const luaL_Reg cli_methods[] = { { 0, 0 } }
static

CLI Lua methods.

Definition at line 16 of file nlua_cli.c.