NewFromSession (PersistentObjectInfo function)

From m204wiki
Jump to navigation Jump to search

Get info about session object (PersistentObjectInfo class)

[Introduced in Sirius Mods 7.8]


Syntax

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

Syntax terms

%persObjListA PersistentObjectInfo object variable.
(PersistentObjectInfo) The class name in parentheses denotes a shared method. NewFromSession can also be invoked via a PersistentObjectInfo object variable, which may be Null.
string A string that identifies the name of the session variable

Usage notes

Examples

See also