Freeciv-3.2
Loading...
Searching...
No Matches
Functions
tolua_client_gen.c File Reference
#include "tolua.h"
#include <stdlib.h>
#include <string.h>
#include "luascript_types.h"
#include "api_client_base.h"
#include "script_client.h"

Go to the source code of this file.

Functions

int tolua_bnd_takeownership (lua_State *L)
 
TOLUA_API int tolua_client_open (lua_State *tolua_S)
 
LUALIB_API int luaopen_client (lua_State *tolua_S)
 
static void tolua_reg_types (lua_State *tolua_S)
 
static int tolua_client_chat_base00 (lua_State *tolua_S)
 

Function Documentation

◆ luaopen_client()

LUALIB_API int luaopen_client ( lua_State tolua_S)

Definition at line 61 of file tolua_client_gen.c.

Referenced by tolua_client_open().

◆ tolua_bnd_takeownership()

int tolua_bnd_takeownership ( lua_State L)

◆ tolua_client_chat_base00()

static int tolua_client_chat_base00 ( lua_State tolua_S)
static

Definition at line 34 of file tolua_client_gen.c.

Referenced by luaopen_client().

◆ tolua_client_open()

TOLUA_API int tolua_client_open ( lua_State tolua_S)

Definition at line 88 of file tolua_client_gen.c.

Referenced by script_client_init().

◆ tolua_reg_types()

static void tolua_reg_types ( lua_State tolua_S)
static

Definition at line 29 of file tolua_client_gen.c.

Referenced by luaopen_client().