Roblox API Reference

MemStorageService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, Service, NotReplicated]

Inherits (1)

Member index (8)

Type Member History
MemStorageConnection Bind (string key, Function callback) 483
MemStorageConnection BindAndFire (string key, Function callback) 483
Variant Call (string key, Variant input) 472
null Fire (string key, string value = ) 398 573
string GetItem (string key, string defaultValue = )
bool HasItem (string key)
bool RemoveItem (string key)
null SetItem (string key, string value = ) 573
57 members inherited from Instance

Removed member index (1)

Type Member History
Map GetTable () 438 471

History

Members

Bind On DevHub

Name Type Default
key string none
callback Function none

History

BindAndFire On DevHub

Name Type Default
key string none
callback Function none

History

Call On DevHub

Name Type Default
key string none
input Variant none

History

Fire On DevHub

Name Type Default
key string none
value string

History

GetItem On DevHub

Name Type Default
key string none
defaultValue string

HasItem On DevHub

Name Type Default
key string none

RemoveItem On DevHub

Name Type Default
key string none

SetItem On DevHub

Name Type Default
key string none
value string

History

Removed members

GetTable

Name Type Default
No parameters.

History

Relevant classes (1)