DataStore

DataStore : GlobalDataStore

Overview

DataStrore is a service that manages information that is used or needs to be stored in the World.

Description

The created world actually runs on multiple dedication servers on the OVERDARE platform. And the dedication servers are continuously created/destroyed. If there is any information that needs to be managed to be persistent, it can be stored and managed through the DataStrore. For example, if you store goods, experiences, etc. collected within a player's world in a datastore, you can retrieve them and use them again when the player reconnects.

Properties

Methods

ListKeysAsync

This parameter, InPrefix, is a string that serves as a prefix filter for the keys in the data store. When provided, it retrieves only the keys that begin with the specified prefix. This is useful for organizing and segmenting data within the store.

Parameters

string InPrefix

Return

DataStoreKeyPages

Code Samples

Events