Table of Contents

TatCustomScripter.OnExecHook Event

OnExecHook event is called during scripter execution. It's a callback event that you can use for performing operations while a script is being executed. For performance reasons, OnExecHook is only called when CallExecHookEvent property is true.

Syntax

Unit: atScript

property TatCustomScripter.OnExecHook: TNotifyEvent

See also