Documentation

sys

sys

Syntax: zs.sys.varname

'sys' is a virtual Lua table that points to all of the zScript Predefined variables.

For example, to print the current module name you can use:

print( zs.sys.module)

Add comment

Login or register to post comments