MetaPlatformSDK_DataStore
Inherits: RefCounted
Represents a data store.
Description
Represents a data store.
Properties
int |
|
Methods
int |
contains ( String key ) |
String |
get_key ( int index ) const |
String |
get_value ( String key ) const |
Property Descriptions
int num_keys = 0
int get_num_keys ( )
It's an integer that represents the number of keys in the data store.
Method Descriptions
int contains ( String key )
It's a method that takes a string key as a parameter and returns a boolean value indicating whether the key exists in the data store.
String get_key ( int index ) const
It's a string that represents a single key in the data store. It allows you to retrieve a specific key from the data store by its index
String get_value ( String key ) const
It's a generic field that can hold any type of data. It allows you to store and retrieve data using a string key, and it can be used to store a variety of data types