Script Module

Script objects are used to control other objects present in the scene.

These scripts can access everything inside of the program where they are running they should be used to control logic aspect of the application.

Its possible to extend these scripts by using libraries that can be imported using the include() function provided. Libraries can be stored locally on the project or loaded from remote sources.

This namespace provides the following classes: