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