Name (PersistentObjectInfo function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
mNo edit summary
Line 5: Line 5:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%name</th><td>string</td></tr>
<tr><th>%name</th><td>A string variable to contain the global or session name associated with the method object. </td></tr>
<tr><th>persObjList</th>
<tr><th>persObjList</th>
<td>PersistentObjectInfo object</td></tr>
<td>A <var>PersistentObjectInfo</var> object variable.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
 
==See also==
==See also==
{{Template:PersistentObjectInfo:Name footer}}
{{Template:PersistentObjectInfo:Name footer}}

Revision as of 21:43, 18 August 2011

Name of persistent object (PersistentObjectInfo class)

[Introduced in Sirius Mods 7.8]


Syntax

%name = persObjInfo:Name

Syntax terms

%nameA string variable to contain the global or session name associated with the method object.
persObjList A PersistentObjectInfo object variable.

Usage notes

See also