| Namespaces |
env - Provides access to the enviroment the script runs in |
| Functions |
error(string,number) - Cause ferite to throw an exception |
exit(number) - Cause the script to cease executing and set the return value |
gc() - Force the garbage collector to be invoked |
getBuildDate() - Get the date the Engine was Built |
getVersion() - Get the version of the engine |
scriptName() - Get the name of the executing script |
sleep(number) - Suspend execution for the specified number of seconds |
stderr() - Get the stderr system stream for writing errors out to |
stdin() - Get the stdin system stream for reading |
stdout() - Get the stdout system stream for writing |
strerror(number) - Convert an error return into a string |
system(string) - Execute a command and wait for it to return |
timestamp() - Generate a double representing a timestamp including microseconds |
usleep(number) - Suspend execution for microsecond intervals |
warning(string) - Cause ferite to issue an non-fatal warning |