added some code I am working on and properly added the RunLuaScripts binding

This commit is contained in:
Flameshadowxeroshin
2011-08-18 23:56:16 -05:00
parent 38625e55d8
commit c776367a03
3 changed files with 5 additions and 1 deletions
+3
View File
@@ -1326,6 +1326,9 @@ public:
lua_pushnil( L );
return 1;
}
//FSX's WIP code, don't touch
//static int SetOptio
LunaScreenOptions()
{
+1
View File
@@ -1289,6 +1289,7 @@ public:
ADD_METHOD( GetPathB );
ADD_METHOD( GetPathS );
ADD_METHOD( GetPathO );
ADD_METHOD( RunLuaScripts );
ADD_METHOD( GetSelectableThemeNames );
ADD_METHOD( GetNumSelectableThemes );
ADD_METHOD( GetCurrentThemeDirectory );
+1 -1
View File
@@ -98,7 +98,7 @@ public:
static RString GetBlankGraphicPath();
//needs to be public for the binding to work
//needs to be public for its binding to work
void RunLuaScripts( const RString &sMask );
// For self-registering metrics