TScript

From Soldat Community Wiki
Revision as of 21:53, 23 June 2016 by Falcon (talk | contribs) (Members)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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