back to index

Script

Inheritance

Object -> Script

Methods

int      load         (String _script) - load and compile script from string
         unload       ()               - unload current compiled script
Variable findVariable (String _name)   - get reference to variable
Function findFunction (String _name)   - get reference to function
         eval         ()               - evaluate all global statements

Example

<tempscript.tks>, <tempscript2.tks>
back to index