Enum DatastoreOperation
DataStore operations.
Namespace: GameJolt.Services
Assembly: GameJolt.dll
Syntax
public enum DatastoreOperation
Fields
Name | Description |
---|---|
Add | Adds the value to the current data store item. |
Append | Appends the value to the current data store item. |
Divide | Divides the current data store item by the value. |
Multiply | Multiplies the value by the current data store item. |
Prepend | Prepends the value to the current data store item. |
Subtract | Substracts the value from the current data store item. |