NewFromGlobal (PersistentObjectInfo function)
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 |