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.
概要
方法
Gets the custom metadata set with this DataStoreSetOptions instance.
Sets custom metadata to be associated with the key.
屬性
方法
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.
參數
Metadata values to set for the key.
返回
void