TatScript.ScriptInfo Property
Provides access to the TatScriptInfo object containing meta-information about the compiled script.
Remarks
ScriptInfo property gives access to the TatScriptInfo object which holds meta-information about the script. In ScriptInfo you can check declared methods, variables, and other information about the script source code. ScriptInfo is empty even after you set script source code, information is only available after a compilation. Silent compilation (SilentCompile method) also fills information in ScriptInfo object.
Syntax
Unit: atScript
property TatScript.ScriptInfo: TatScriptInfo