Args — Returns the arguments with which the module was called.
Synopsis
list
Args
(
void);
Return
list
List of arguments
Description
The result is a list whose arguments are the module's arguments. If the module was called with CallFunction("my_mod", [17,true]), Args() will return [ 17, true ].