Memory Class

Constructors

Memory.__new()

Memory.__new()

Functions

Requires an instance!

Add(Euid,string,Object)

Adds a to the for

Add(id: Euid,key: string,value: Object) -> Object
Type Name Description
Euid id
string key
Object value

Add(string,Object)

Adds a to the

Add(key: string,value: Object) -> Object
Type Name Description
string key
Object value

Get(string)

Get(key: string) -> Object
Type Name Description
string key

Get(Euid,string)

Get(id: Euid,key: string) -> Object
Type Name Description
Euid id
string key

Has(Nullable__Euid,string)

Has(referenceId: Nullable__Euid,key: string) -> boolean
Type Name Description
Nullable__Euid referenceId
string key

Set(string,Object)

Overrides the

Set(key: string,value: Object) -> nil
Type Name Description
string key
Object value

Categories:

Generated: