DataStoreSetOptions
Hiển Thị Bản Đã Lỗi Thời
*Nội dung này sẽ sớm có sẵn bằng ngôn ngữ bạn chọn.
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.
Tóm Tắt
Phương Pháp
Gets the custom metadata set with this DataStoreSetOptions instance.
Sets custom metadata to be associated with the key.
Thuộc Tính
Phương Pháp
GetMetadata
This function gets custom metadata associated with this DataStoreSetOptions instance.
Lợi Nhuận
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.
Tham Số
Metadata values to set for the key.
Lợi Nhuận
void