MemStorageService

Show Deprecated
Not Creatable
Service
Not Replicated

Summary

Properties

Methods

Call(key: string, input: Variant): Variant  


Fire(key: string, value: string): void  


GetItem(key: string, defaultValue: string): string  


SetItem(key: string, value: string): void  


Events

Properties

Methods

Roblox Script Security

Parameters

key: string
callback: function

Roblox Script Security

Parameters

key: string
callback: function

Roblox Script Security

Parameters

key: string
input: Variant

Returns

Fire

void
Roblox Script Security

Parameters

key: string
value: string
Default Value: ""

Returns

void

GetItem

Roblox Script Security

Parameters

key: string
defaultValue: string
Default Value: ""

Returns

HasItem

Roblox Script Security

Parameters

key: string

Returns

RemoveItem

Roblox Script Security

Parameters

key: string

Returns

SetItem

void
Roblox Script Security

Parameters

key: string
value: string
Default Value: ""

Returns

void

Events