요약
메서드
GetAsync(key: string,options: DataStoreGetOptions):Tuple |
IncrementAsync(key: string,delta: number,userIds: {any},options: DataStoreIncrementOptions):Variant |
OnUpdate(key: string,callback: function):RBXScriptConnection |
RemoveAsync(key: string):Tuple |
SetAsync(key: string,value: Variant,userIds: {any},options: DataStoreSetOptions):Variant |
UpdateAsync(key: string,transformFunction: function):Tuple |
상속된 멤버
API 참조
메서드
GetAsync
매개 변수
| 기본값: "nil" |
반환
IncrementAsync
GlobalDataStore:IncrementAsync(
):Variant
매개 변수
| 기본값: 1 |
| 기본값: "{}" |
| 기본값: "nil" |
반환
Variant
OnUpdate
SetAsync
GlobalDataStore:SetAsync(
):Variant
매개 변수
value:Variant |
| 기본값: "{}" |
| 기본값: "nil" |
반환
Variant