DataStoreIncrementOptions

DataStoreIncrementOptions : Instance

Overview

Description

The DataStoreIncrementOptions class a part of the DataStoreService, which is used for managing data persistence across different game sessions. This class is specifically used with the IncrementAsync method.

Properties

Methods

SetMetadata

Sets custom metadata to be associated with the key.

Parameters

Value InMetaDataTable

Return

void

Code Samples

GetMetadata

Gets the custom metadata set with this DataStoreSetOptions instance

Parameters

Return

Value

Code Samples

Events