Freeciv-3.3
Loading...
Searching...
No Matches
Functions
tolua_fcdb_gen.c File Reference
#include "tolua.h"
#include <stdlib.h>
#include <string.h>
#include "luascript_types.h"
#include "api_fcdb_auth.h"
#include "api_fcdb_base.h"
#include "script_fcdb.h"

Go to the source code of this file.

Functions

int tolua_bnd_takeownership (lua_State *L)
 
TOLUA_API int tolua_fcdb_open (lua_State *tolua_S)
 
LUALIB_API int luaopen_fcdb (lua_State *tolua_S)
 
static void tolua_reg_types (lua_State *tolua_S)
 
static int tolua_fcdb_auth_get_username00 (lua_State *tolua_S)
 
static int tolua_fcdb_auth_get_ipaddr00 (lua_State *tolua_S)
 
static int tolua_fcdb_auth_get_cmdlevel00 (lua_State *tolua_S)
 
static int tolua_fcdb_auth_set_cmdlevel00 (lua_State *tolua_S)
 
static int tolua_fcdb_fcdb_option00 (lua_State *tolua_S)
 

Function Documentation

◆ luaopen_fcdb()

LUALIB_API int luaopen_fcdb ( lua_State tolua_S)

Definition at line 177 of file tolua_fcdb_gen.c.

Referenced by tolua_fcdb_open().

◆ tolua_bnd_takeownership()

int tolua_bnd_takeownership ( lua_State L)

◆ tolua_fcdb_auth_get_cmdlevel00()

static int tolua_fcdb_auth_get_cmdlevel00 ( lua_State tolua_S)
static

Definition at line 92 of file tolua_fcdb_gen.c.

Referenced by luaopen_fcdb().

◆ tolua_fcdb_auth_get_ipaddr00()

static int tolua_fcdb_auth_get_ipaddr00 ( lua_State tolua_S)
static

Definition at line 64 of file tolua_fcdb_gen.c.

Referenced by luaopen_fcdb().

◆ tolua_fcdb_auth_get_username00()

static int tolua_fcdb_auth_get_username00 ( lua_State tolua_S)
static

Definition at line 36 of file tolua_fcdb_gen.c.

Referenced by luaopen_fcdb().

◆ tolua_fcdb_auth_set_cmdlevel00()

static int tolua_fcdb_auth_set_cmdlevel00 ( lua_State tolua_S)
static

Definition at line 120 of file tolua_fcdb_gen.c.

Referenced by luaopen_fcdb().

◆ tolua_fcdb_fcdb_option00()

static int tolua_fcdb_fcdb_option00 ( lua_State tolua_S)
static

Definition at line 149 of file tolua_fcdb_gen.c.

Referenced by luaopen_fcdb().

◆ tolua_fcdb_open()

TOLUA_API int tolua_fcdb_open ( lua_State tolua_S)

Definition at line 225 of file tolua_fcdb_gen.c.

Referenced by script_fcdb_init().

◆ tolua_reg_types()

static void tolua_reg_types ( lua_State tolua_S)
static

Definition at line 30 of file tolua_fcdb_gen.c.

Referenced by luaopen_fcdb().