NewFromGlobal (PersistentObjectInfo function): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
m (→Syntax terms) |
||
Line 9: | Line 9: | ||
<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 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</td></tr> | <td>A string that identifies the name of the global variable whose information is assigned to <var class="term">%persObjList</var>.</td></tr> | ||
</table> | </table> | ||
Revision as of 22:58, 18 August 2011
Get info about global object (PersistentObjectInfo class)
[Introduced in Sirius Mods 7.8]
Syntax
%persObjInfo = [%(PersistentObjectInfo):]NewFromGlobal( name)
Syntax terms
%persObjList | A PersistentObjectInfo object variable. |
---|---|
(PersistentObjectInfo) | The 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 assigned to %persObjList. |