SetTime (PersistentObjectInfo function)

From m204wiki
Revision as of 00:20, 16 August 2011 by JAL2 (talk | contribs)
Jump to navigation Jump to search

Time object was set (YYYYMMDDHHMISSXXX format) (PersistentObjectInfo class)

[Introduced in Sirius Mods 7.8]


Syntax

%string = persObjInfo:SetTime

Syntax terms

%string A string variable to contain the time of the setting of the object.
persObjList PersistentObjectInfo object

Usage notes

SetTime is intended for debugging and problem diagnosis and not for application purposes. For Global/Session variable declarations, SetTime does not change if request A sets a variable to an object instance, and then request B sets it to a new value, SetTime still indicates the time the object reference was set in request A.

See also