Jump to content

[REL] DataSystem - ElementData alternative


Recommended Posts

DataSystem

Links: 

Authors:

Server-Side functions:

  • setCustomData(element,name,variable,key)
  • getCustomData(element,name,key)
  • getAllCustomData(element,key)
  • getElementsByCustomData(name,key)
  • hasCustomData(element, selectedKey, name, variable)
  • removeCustomData(element,name,key)

Client-Side functions:

  • getCustomData(element,name)
  • setCustomData(element,name,variable)
  • hasCustomData(element,name,variable)

KeyTypes:

  • Server (non-synchronization, data only storage on server)
  • Synced (synchronization with all players)
  • Client (synchronization from server to one player)
  • Group (synchronization from server to group of players)
  • Thanks 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...