TScript

From Soldat Community Wiki
Jump to: navigation, search

Inheritance

Description

Represents a script.

user constructable: NO
user destructable: NO

This class is assigned to global variable "Script"

Members

Member declaration Access mode Inherited
procedure Recompile(Force: Boolean) no
procedure Unload no
property Name: string R no
property Version: string R no
property Dir: string R no
property DebugMode: Boolean R no
property OnException: TOnException RW no
property OnUnhandledException: TOnUnhandledException RW no