|
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. | |
Module for lua script functions.
Definition in file scripts_lua.cpp.
| 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 index, LIST_AddString(), and v.
Referenced by _wrap_push_window().