UFO: Alien Invasion
|
Module for lua script functions. More...
Go to the source code of this file.
Functions | |
int | Com_LuaIsNilOrTable (lua_State *L, int index) |
linkedList_t * | Com_LuaTableToStringList (lua_State *L, int index) |
Convert a lua table to a linkedList of character strings. More... | |
Module for lua script functions.
Definition in file scripts_lua.cpp.
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().