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:
Robert Osfield
2014-03-13 10:28:18 +00:00
parent 75982f3379
commit ea865d0ff9
3 changed files with 169 additions and 3 deletions

View File

@@ -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: