NewFromGlobal (PersistentObjectInfo function)

From m204wiki
Revision as of 18:09, 5 August 2011 by JALWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Get info about global object (PersistentObjectInfo class)

[Introduced in Sirius Mods 7.8]


Syntax

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

Syntax terms

%outPersObjListObject
(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 string

Usage notes

Examples

See also