NewFromGlobal (PersistentObjectInfo function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 6: Line 6:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%persObjInfo</th><td>A <var>PersistentObjectInfo</var> object variable.</td></tr>
<tr><th>%persObjInfo</th><td>A <var>PersistentObjectInfo</var> object variable.</td></tr>
<tr><th><var>(PersistentObjectInfo)</var></th>
<tr><th><var>[(PersistentObjectInfo)]</var></th>
<td>The class name in parentheses denotes a [[Notation conventions for methods#Shared members|shared]] method. <var>NewFromGlobal</var> can also be invoked via a <var>PersistentObjectInfo</var> object variable, which may be <var>Null</var>.</td></tr>
<td>The optional class name in parentheses denotes a [[Notation conventions for methods#Shared members|shared]] method. <var>NewFromGlobal</var> can also be invoked via a <var>PersistentObjectInfo</var> object variable, which may be <var>Null</var>.</td></tr>
<tr><th>string</th>
<tr><th>string</th>
<td>A string that identifies the name of the global variable whose information is returned to <var class="term">%persObjList</var>.</td></tr>
<td>A string that identifies the name of the global variable whose information is returned to <var class="term">%persObjList</var>.</td></tr>

Revision as of 01:09, 23 August 2011

Get info about global object (PersistentObjectInfo class)

[Introduced in Sirius Mods 7.8]


Syntax

%persObjInfo = [%(PersistentObjectInfo):]NewFromGlobal( name)

Syntax terms

%persObjInfoA PersistentObjectInfo object variable.
[(PersistentObjectInfo)] The optional class name in parentheses denotes a shared method. NewFromGlobal can also be invoked via a PersistentObjectInfo object variable, which may be Null.
string A string that identifies the name of the global variable whose information is returned to %persObjList.

Usage notes

Examples

See also