Difference between revisions of "TScript"

From Soldat Community Wiki
Jump to: navigation, search
m (Description)
(Added TScript.OnUnhandledException)
Line 30: Line 30:
 
|-
 
|-
 
| property [[TScript.OnException|OnException]]: [[TScript.TOnException|TOnException]] || align="center" | RW || align="center" | no
 
| property [[TScript.OnException|OnException]]: [[TScript.TOnException|TOnException]] || align="center" | RW || align="center" | no
 +
-
 +
| property [[TScript.OnUnhandledException|OnUnhandledException]]: [[TScript.TOnUnhandledException|TOnUnhandledException]] || align="center" | RW || align="center" | no
 
|}
 
|}
  
 
[[Category:Classes]]
 
[[Category:Classes]]

Revision as of 21:53, 23 June 2016

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