added some code I am working on and properly added the RunLuaScripts binding
This commit is contained in:
@@ -1326,6 +1326,9 @@ public:
|
||||
lua_pushnil( L );
|
||||
return 1;
|
||||
}
|
||||
|
||||
//FSX's WIP code, don't touch
|
||||
//static int SetOptio
|
||||
|
||||
LunaScreenOptions()
|
||||
{
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user