LastSubsystemErrorFile (System function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (just a couple of tags)
Line 7: Line 7:
<tr><th>%string</th><td>string</td></tr>
<tr><th>%string</th><td>string</td></tr>
<tr><th>%(System)</th>
<tr><th>%(System)</th>
<td>The class name in parentheses denotes a shared method. <var>LastSubsystemErrorFile</var> can also be invoked via a <var>[[System_class|system]]</var> object variable, which may be null.</td></tr>
<td>The class name in parentheses denotes a shared method. <var>LastSubsystemErrorFile</var> can also be invoked via a <var>[[System_class|system]]</var> object variable, which may be <var>null</var>.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==



Revision as of 06:58, 25 March 2011

The last subsystem error file (System class)

[Introduced in Sirius Mods 7.8]


Syntax

%string = %(System):LastSubsystemErrorFile

Syntax terms

%stringstring
%(System) The class name in parentheses denotes a shared method. LastSubsystemErrorFile can also be invoked via a system object variable, which may be null.

Usage notes

Examples

See also