RunSubsystemErrorProcedure (System property)

From m204wiki
Revision as of 20:51, 20 November 2012 by Alex (talk | contribs) (→‎Syntax terms)
Jump to navigation Jump to search

Is subsystem error procedure to be run (System class)

[Introduced in Sirius Mods 8.1]


This page is under construction.

Syntax

%currentBoolean = %(System):RunSubsystemErrorProcedure %(System):RunSubsystemErrorProcedure = newBoolean

Syntax terms

%booleanBoolean value that indicates whether running the subsystem error procedure or whether running the FACTDEB procedure before running the subsystem error procedure.
%(System) The class name in parentheses denotes a shared method. RunSubsystemErrorProcedure can also be invoked via a System object variable, which may be Null.

Usage notes

Examples

See also