UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
scripts_lua.cpp File Reference

Module for lua script functions. More...

#include "scripts_lua.h"
#include "../shared/cxx.h"

Go to the source code of this file.

Functions

int Com_LuaIsNilOrTable (lua_State *L, int index)
 
linkedList_tCom_LuaTableToStringList (lua_State *L, int index)
 Convert a lua table to a linkedList of character strings. More...
 

Detailed Description

Module for lua script functions.

Definition in file scripts_lua.cpp.

Function Documentation

int Com_LuaIsNilOrTable ( lua_State *  L,
int  index 
)

Definition at line 29 of file scripts_lua.cpp.

Referenced by _wrap_push_window().

linkedList_t* Com_LuaTableToStringList ( lua_State *  L,
int  index 
)

Convert a lua table to a linkedList of character strings.

Definition at line 36 of file scripts_lua.cpp.

References LIST_AddString(), and v.

Referenced by _wrap_push_window().