DataStoreSetOptions

顯示已棄用項目

*此內容很快就會推出您所選的語言版本。

未複製

An object that specifies additional parameters for a GlobalDataStore:SetAsync() 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 DataStoreSetOptions instance.


返回

Metadata associated with this DataStoreSetOptions instance.

SetMetadata

void

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

參數

attributes: Dictionary

Metadata values to set for the key.


返回

void

活動