DataStoreIncrementOptions

非推奨を表示
複製されていません

An object that specifies additional parameters for a GlobalDataStore:IncrementAsync() call.

See also:

  • Data Stores, an in-depth guide on data structure, management, error handling, etc.

概要

方法

プロパティ

方法

GetMetadata

This function gets custom metadata associated with this DataStoreIncrementOptions instance.


戻り値

Metadata associated with this DataStoreIncrementOptions instance.

SetMetadata

void

This function sets custom metadata used by GlobalDataStore:IncrementAsync() to associate metadata with a key. Metadata should be in key-value pair form.

パラメータ

attributes: Dictionary

Metadata values to set for the key.


戻り値

void

イベント