DataStoreRequestType
*此內容是使用 AI(Beta 測試版)翻譯,可能含有錯誤。若要以英文檢視此頁面,請按一下這裡。
指示正在進行的數據儲存請求類型。
道具
名稱 | 值 | 概要 |
---|---|---|
GetAsync | 0 | 指的是 GetAsync() 和閱讀 UpdateAsync() 。 |
SetIncrementAsync | 1 | 指向 SetAsync() , IncrementAsync() , RemoveAsync() , 以及在返回非 UpdateAsync() 值時寫入 nil 。 |
UpdateAsync | 2 | 指向 UpdateAsync() 。 |
GetSortedAsync | 3 | 指向 GetSortedAsync() 。 |
SetIncrementSortedAsync | 4 | 指的是 SetAsync() 和 IncrementAsync() 在使用 OrderedDataStore 時。 |
OnUpdate | 5 | 指向 OnUpdate() 。 |
ListAsync | 6 | |
GetVersionAsync | 7 | 指向 GetVersionAsync() 。 |
RemoveVersionAsync | 8 | 指向 RemoveVersionAsync() 。 |