![]() |
VR-Forces 5.0.2 Developer's Guide
|
Manages resources shared by scripts.

Public Member Functions | |
| DtScriptResourceManager () | |
| virtual | ~DtScriptResourceManager () |
| virtual void | initializeNumberOfStates (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 |
| DtScriptResourceManager::DtScriptResourceManager | ( | ) |
|
virtual |
|
protected |
|
pure virtual |
Implemented in DtLuaScriptResourceManager.
|
inlinevirtual |
|
inlinevirtual |
|
protected |
|
protected |