DataStoreGetVariableRequest
User World Data Store Service
Class
Request to get a variable from the data store.
Properties
boolArrayValue | The value as a boolean array. |
boolValue | The value as a boolean. |
colorValue | The value as a Color. |
dateTimeValue | The value as a DateTime. |
decimalValue | The value as a decimal. |
dictionaryValue | The value as a dictionary. |
doubleValue | The value as a double. |
floatArrayValue | The value as a float array. |
floatValue | The value as a float. |
intArrayValue | The value as an integer array. |
intValue | The value as an integer. |
longValue | The value as a long. |
quaternionValue | The value as a Quaternion. |
stringArrayValue | The value as a string array. |
stringValue | The value as a string. |
value | The value of the variable. |
vector2Value | The value as a Vector2. |
vector3Value | The value as a Vector3. |
vector4Value | The value as a Vector4. |
Inherited Members
InvokeCompletionEvent() | Invokes the completion event. |
completed | Event that is invoked when the operation is completed. |
isDone | Returns true if the operation is done. |
keepWaiting | Returns true if the operation is not done. |
responseCode | The response code for the operation. |
succeeded | Whether the operation succeeded or not. |
Extension Methods
SetCompletedEvent<T>(T, Action<T>) | Sets the completion event, same as setting the event using the completed property, but returns the operation itself. |