add THEME:RunLuaScripts()

This commit is contained in:
Flameshadowxeroshin
2011-08-17 19:33:47 -05:00
parent e3b6b142f1
commit fbc064dfba
+2
View File
@@ -1259,6 +1259,8 @@ public:
static int GetPathS( T* p, lua_State *L ) { lua_pushstring(L, p->GetPathS(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 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 ) static int GetSelectableThemeNames( T* p, lua_State *L )
{ {
// pushes a table of theme folders from GetSelectableThemeNames() // pushes a table of theme folders from GetSelectableThemeNames()