Category: Script
Since engine version: 1.0 OC
eval
Description
Executes a string as script.
Syntax
any eval(string script, bool dont_pass_errors);
Parameters
- script:
- Script to be executed
- dont_pass_errors:
- If true and the script causes an error, the function returns nil and does not cancel its parent script execution.