ClassDescription (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>%description</th><td>string</td></tr>
<tr><th>%description</th><td> A string variable to contain the class description. Example return strings are "System:Stringlist", "MyUserLanguageClass", and "Arraylist of Object MyUserLanguageClass". </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==
<ul>
<li>
<var>ClassDescription</var> is intended for debugging and problem diagnosis and not for application purposes. The format of its data is subject to change by Sirius; for example, a change in casing.
</ul>
==See also==
==See also==
{{Template:PersistentObjectInfo:ClassDescription footer}}
{{Template:PersistentObjectInfo:ClassDescription footer}}

Revision as of 19:49, 15 August 2011

Description of persistent object class (PersistentObjectInfo class)

[Introduced in Sirius Mods 7.8]


Syntax

%description = persObjInfo:ClassDescription

Syntax terms

%description A string variable to contain the class description. Example return strings are "System:Stringlist", "MyUserLanguageClass", and "Arraylist of Object MyUserLanguageClass".
persObjList A PersistentObjectInfo object variable.

Usage notes

  • ClassDescription is intended for debugging and problem diagnosis and not for application purposes. The format of its data is subject to change by Sirius; for example, a change in casing.

See also