====== Actionaz ======
This object contains global Actionaz related functions.
===== Functions =====
==== version ====
Returns the version of Actionaz.
=== Syntax ===
Actionaz.version();
=== Returns ===
* (string) the version of Actionaz
==== scriptVersion ====
Returns the version of the script format.
=== Syntax ===
Actionaz.scriptVersion();
=== Returns ===
* (string) the version of the script format
==== isActExec ====
Returns true if running ActExec.
=== Syntax ===
Actionaz.isActExec();
=== Returns ===
* (boolean) true if running ActExec
==== isActionaz ====
Returns true if running Actionaz.
=== Syntax ===
Actionaz.isActionaz();
=== Returns ===
* (boolean) true if running Actionaz