LastSubsystemErrorFile (System function): Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (just a couple of tags) |
||
Line 6: | Line 6: | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<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. LastSubsystemErrorFile can also be invoked via a | <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> | ||
</table> | </table> | ||
==Usage notes== | ==Usage notes== | ||
==Examples== | ==Examples== | ||
==See also== | ==See also== | ||
{{Template:System:LastSubsystemErrorFile footer}} | {{Template:System:LastSubsystemErrorFile footer}} |
Revision as of 07:22, 24 March 2011
The last subsystem error file (System class)
[Introduced in Sirius Mods 7.8]
Syntax
%string = %(System):LastSubsystemErrorFile
Syntax terms
%string | string |
---|---|
%(System) | The class name in parentheses denotes a shared method. LastSubsystemErrorFile can also be invoked via a system object variable, which may be null. |