Class: memory_object
Base memory record with timing information.
Source
C++ class memory_object
Custom Constructor
memory_object
Remarks
Memory records are snapshots owned by the AI memory managers. Treat them as short-lived views of current memory state.
Extends
Extended by
Constructors
Constructor
ts
protected new memory_object(): memory_object;Engine-created memory record.
Returns
memory_object
Overrides
Properties
__name
ts
readonly __name: string;LuaBind instance constructor name.
Inherited from
last_level_time
ts
readonly last_level_time: number;Previous level time recorded for this memory entry.
level_time
ts
readonly level_time: number;Level time when this memory entry was last updated.
__name
ts
readonly static __name: string;LuaBind class constructor name.