Added support for directly invoking scripts using <run-script> and <run-script-file> to enable scripts to interact with each other.
This commit is contained in:
@@ -527,6 +527,7 @@ public:
|
||||
HUDSettings* getHUDSettings() { return _hudSettings.get(); }
|
||||
const HUDSettings* getHUDSettings() const { return _hudSettings.get(); }
|
||||
|
||||
osg::ScriptEngine* getOrCreateScriptEngine(const std::string& language);
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user