Determine light_propagates from paramtype
This commit is contained in:
@@ -41,6 +41,7 @@ class LuaError : public std::exception
|
||||
|
||||
lua_State* script_init();
|
||||
void script_deinit(lua_State *L);
|
||||
std::string script_get_backtrace(lua_State *L);
|
||||
void script_error(lua_State *L, const char *fmt, ...);
|
||||
bool script_load(lua_State *L, const char *path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user