DataStoreRequestType
*此内容使用人工智能(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 | |
RemoveVersionAsync | 8 |