LastSubsystemErrorProcedure (System function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 5: Line 5:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%string</th><td>A string</td></tr>
<tr><th>%string</th><td>A string to contain the returned procedure name.</td></tr>
<tr><th><var>%(System)</var></th>
<tr><th><var>%(System)</var></th>
<td>The class name in parentheses denotes a shared method. <var>LastSubsystemErrorProcedure</var> can also be invoked via a <var>[[System_class|System]]</var> object variable, which may be <var>null</var>.</td></tr>
<td>The class name in parentheses denotes a shared method. <var>LastSubsystemErrorProcedure</var> can also be invoked via a <var>[[System_class|System]]</var> object variable, which may be <var>null</var>.</td></tr>

Revision as of 01:46, 3 May 2011

The last subsystem error procedure (System class)

[Introduced in Sirius Mods 7.8]


Syntax

%string = %(System):LastSubsystemErrorProcedure

Syntax terms

%stringA string to contain the returned procedure name.
%(System) The class name in parentheses denotes a shared method. LastSubsystemErrorProcedure can also be invoked via a System object variable, which may be null.

See also