Home
last modified time | relevance | path

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

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DScriptInterface.cpp823 static int loadFile_helper(lua_State *L, const char *fn) in loadFile_helper() function
851 if (loadFile_helper(L, fname.c_str()) != 0) in luaFunc()
863 if (loadFile_helper(L, fname.c_str()) == 0) /* OK? */ in luaFunc()
11389 int result = loadFile_helper(baseState, realFile.c_str()); in openScript()