Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

class SyncDatabase

Super4Jet edited this page Nov 25, 2020 · 2 revisions

extends DatabaseObject

Overview

fields functions
#data #set()
#length #setDefault()
#setDefaults()
#get()
#getNormal()
#update()
#contains()
#saveData()
#reloadData()

Fields

for extended fields see DatabaseObject

Functions

for extended functions see DatabaseObject

saveData()

Save the data to the database

returns the database itself, so you can chain operations


reloadData()

Reload the data from the database

returns the database itself, so you can chain operations