Kategorie: Script
Ab Engineversion: 1.0 OC
eval
Beschreibung
Führt einen als String übergebenen Script aus.
Syntax
any eval(string script, bool dont_pass_errors);
Parameter
- script:
- Auszuführender Script
- dont_pass_errors:
- If true and the script causes an error, the function returns nil and does not cancel its parent script execution.