Table of Contents

TatCustomScripter.OnUnknownElement Event

Fired during script compilation when the compiler encounters an unrecognized identifier.

Remarks

OnUnknownElement event is fired during a script compilation when the compiler finds an identifier it cannot recognize. Attach an event handler to this event to add properties, methods and references on the fly, according to the identifiers used in the script.

Syntax

Unit: atScript

property TatCustomScripter.OnUnknownElement: TUnknownElementEvent

See also