Inheritance diagram for nrEngine::ScriptLoader:
Public Member Functions | |
ScriptLoader () | |
~ScriptLoader () |
Scriptloader is used to load standard scripts based on the engine's language. Standard scripts are very simple and at the time they can only be used to load other script languages having more functionality.
Definition at line 36 of file ScriptLoader.h.
nrEngine::ScriptLoader::ScriptLoader | ( | ) |
Declare supported resource types and supported files.
Definition at line 25 of file ScriptLoader.cpp.
nrEngine::ScriptLoader::~ScriptLoader | ( | ) |
Destructor
Definition at line 32 of file ScriptLoader.cpp.