![]() |
VR-Forces 4.5 Class Documentation
|
Manages resources shared by scripts. More...

Public Member Functions | |
| DtScriptResourceManager () | |
| virtual | ~DtScriptResourceManager () |
| virtual void | initializeForScenario (unsigned numObjects)=0 |
| virtual void | setScriptPaths (const std::vector< std::string > &scriptPaths) |
| virtual const std::vector < std::string > & | scriptPaths () const |
Protected Member Functions | |
| DtScriptResourceManager (const DtScriptResourceManager &other) | |
| DtScriptResourceManager & | operator= (const DtScriptResourceManager &other) |
Protected Attributes | |
| std::vector< std::string > | myScriptPaths |
Manages resources shared by scripts.
| DtScriptResourceManager::DtScriptResourceManager | ( | ) |
|
virtual |
|
protected |
|
pure virtual |
Implemented in DtLuaScriptResourceManager.
|
inlinevirtual |
|
inlinevirtual |
|
protected |
|
protected |