The base class for all objects that can be created by a script. More...
The base class for all objects that can be created by a script.
This class should be used whenever a complex data object should be created and used from within the script. You need to overwrite the objectDeleted() and objectExists() methods. From then on, you can use the checkValidObject() function within methods for sanity checking.