Home
last modified time | relevance | path

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

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DScriptInterface.cpp323 static std::string luaFormatStackInfo(lua_State *L, int level = 1) in luaFormatStackInfo() function
342 debugLog(luaFormatStackInfo(L) + ": " + msg); in scriptDebug()
351 os << '\n' << luaFormatStackInfo(L, level); in scriptError()
798 std::string err = luaFormatStackInfo(L) + ": Lua PANIC: " + getString(L, -1); in luaFunc()
11568 lastError += luaFormatStackInfo(L); in doCall()