Inheritance diagram for nrEngine::EmptyScript:
Public Member Functions | |
EmptyScript (const std::string &typeName) | |
Constructor does not call anything. | |
~EmptyScript () | |
Release used memory. | |
Result | loadFromString (const std::string &str) |
Loading an empty script from file does not affect anything. | |
Result | run () |
Executing of empty script does return immideately. |
Empty script objects do nothing. They idle.
Definition at line 324 of file IScript.h.