Databox Documentation
  • Welcome
  • Installation
  • QuickStart
  • Concept And Workflow
  • Demo Scenes
  • Databox Object
  • Databox Object Manager
  • Databox Data Schemes
  • Import
  • Cloud
  • Runtime editor
  • UI Binding
  • Databox variable types
  • Runtime usage
  • Save and load on Mobile
  • Custom data type
  • Playmaker
  • Playmaker Actions
  • API
Powered by GitBook
On this page
  • LoadDataboxObject
  • SaveDataboxObject
  • GetData
  • SetData
  • AddData
  • RemoveTable
  • RemoveEntry
  • RemoveValue
  • ResetTable
  • ResetValue
  • RegisterToDatabase

Playmaker Actions

PreviousPlaymakerNextAPI

Last updated 2 months ago

LoadDataboxObject

Loads the selected Databox object file. Calls OnFinish when databox object has been loaded.

SaveDataboxObject

Saves the selected Databox object to file.

GetData

Get data from Databox object and store it to a PlayMaker variable.

non existent entry: set to true if entry does not exist in editor.(for example only on runtime) You can then type the IDs manually. Use owner Instance ID: if true, Databox uses the Owner Instance ID. This is useful if you have registered an entry at runtime by it's Instance ID.

SetData

Set data from a PlayMaker variable to a selected Databox value.

non existent entry: set to true if entry does not exist in editor.(for example only on runtime) You can then type the IDs manually. Use owner Instance ID: if true, Databox uses the Owner Instance ID. This is useful if you have registered an entry at runtime by it's Instance ID.

AddData

Add a new Data entry to selected Databox object

Use owner Instance ID: if true, Databox uses the Owner Instance ID. This is useful if you have registered an entry at runtime by it's Instance ID.

RemoveTable

RemoveEntry

RemoveValue

ResetTable

ResetValue

RegisterToDatabase

Remove a complete table from the selected Databox Object

Remove a complete entry from the selected Databox Object

Remove a value from the selected Databox Object

Reset a complete table to it's initial values.

Reset a value to it's initial value.

Register a new entry to a Databox Object.