added some code I am working on and properly added the RunLuaScripts binding
This commit is contained in:
@@ -1327,6 +1327,9 @@ public:
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//FSX's WIP code, don't touch
|
||||||
|
//static int SetOptio
|
||||||
|
|
||||||
LunaScreenOptions()
|
LunaScreenOptions()
|
||||||
{
|
{
|
||||||
ADD_METHOD( AllAreOnLastRow );
|
ADD_METHOD( AllAreOnLastRow );
|
||||||
|
|||||||
@@ -1289,6 +1289,7 @@ public:
|
|||||||
ADD_METHOD( GetPathB );
|
ADD_METHOD( GetPathB );
|
||||||
ADD_METHOD( GetPathS );
|
ADD_METHOD( GetPathS );
|
||||||
ADD_METHOD( GetPathO );
|
ADD_METHOD( GetPathO );
|
||||||
|
ADD_METHOD( RunLuaScripts );
|
||||||
ADD_METHOD( GetSelectableThemeNames );
|
ADD_METHOD( GetSelectableThemeNames );
|
||||||
ADD_METHOD( GetNumSelectableThemes );
|
ADD_METHOD( GetNumSelectableThemes );
|
||||||
ADD_METHOD( GetCurrentThemeDirectory );
|
ADD_METHOD( GetCurrentThemeDirectory );
|
||||||
|
|||||||
+1
-1
@@ -98,7 +98,7 @@ public:
|
|||||||
|
|
||||||
static RString GetBlankGraphicPath();
|
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 );
|
void RunLuaScripts( const RString &sMask );
|
||||||
|
|
||||||
// For self-registering metrics
|
// For self-registering metrics
|
||||||
|
|||||||
Reference in New Issue
Block a user