NewFromGlobal (PersistentObjectInfo function): Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (→Syntax terms) |
||
Line 5: | Line 5: | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%outPersObjList</th><td> | <tr><th>%outPersObjList</th><td>A <var>PersistentObjectInfo</var> object variable.</td></tr> | ||
<tr><th>(PersistentObjectInfo)</th> | <tr><th><var>(PersistentObjectInfo)</var></th> | ||
<td>The class name in parentheses denotes a shared method. NewFromGlobal can also be invoked via a PersistentObjectInfo 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>string</td></tr> | <td>A string that identifies the name of the global variable</td></tr> | ||
</table> | </table> | ||
==Usage notes== | ==Usage notes== | ||
==Examples== | ==Examples== | ||
==See also== | ==See also== | ||
{{Template:PersistentObjectInfo:NewFromGlobal footer}} | {{Template:PersistentObjectInfo:NewFromGlobal footer}} |
Revision as of 22:26, 18 August 2011
Get info about global object (PersistentObjectInfo class)
[Introduced in Sirius Mods 7.8]
Syntax
%persObjInfo = [%(PersistentObjectInfo):]NewFromGlobal( name)
Syntax terms
%outPersObjList | 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 |