エンジンクラス
GlobalDataStore
*このコンテンツは、ベータ版のAI(人工知能)を使用して翻訳されており、エラーが含まれている可能性があります。このページを英語で表示するには、 こちら をクリックしてください。
概要
方法
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