Difference between revisions of "TScript"

From Soldat Community Wiki
Jump to: navigation, search
(Description)
m (Members)
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
user destructable: '''NO'''
 
user destructable: '''NO'''
  
  '''This class is assigned to global variable "Script"'''
+
  '''This class is assigned to global variable "[[Global_Variables.Script|Script]]"'''
  
 
==Members==
 
==Members==
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]]

Latest 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