add THEME:RunLuaScripts()
This commit is contained in:
@@ -1258,6 +1258,8 @@ public:
|
||||
static int GetPathB( T* p, lua_State *L ) { lua_pushstring(L, p->GetPathB(SArg(1),SArg(2)) ); return 1; }
|
||||
static int GetPathS( T* p, lua_State *L ) { lua_pushstring(L, p->GetPathS(SArg(1),SArg(2)) ); return 1; }
|
||||
static int GetPathO( T* p, lua_State *L ) { lua_pushstring(L, p->GetPathO(SArg(1),SArg(2)) ); return 1; }
|
||||
|
||||
static int RunLuaScripts( T* p, lua_State *L ) { p->RunLuaScripts(SArg(1); return 1; }
|
||||
|
||||
static int GetSelectableThemeNames( T* p, lua_State *L )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user