Show / Hide Table of Contents

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.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX