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