Home
last modified time | relevance | path

Searched refs:destroyLuaThread (Results 1 – 2 of 2) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DScriptInterface.h108 int destroyLuaThread(const std::string &file, lua_State *thread);
H A DScriptInterface.cpp11303 int ScriptInterface::destroyLuaThread(const std::string &file, lua_State *thread) in destroyLuaThread() function in ScriptInterface
11476 int users = destroyLuaThread(file, script->getLuaState()); in closeScript()