TScriptErrorEvent Type
Event type fired when an error occurs during script compilation or execution.
Remarks
The error message is provided in the msg parameter and can be modified by the handler.
The row and col parameters indicate the source code position where the error occurred.
When ShowException is True, an EatScripterRuntime (or EatCompileError) exception is raised using the message in msg. When ShowException is False, an Abort exception is raised instead.
Syntax
Unit: atScript