Jump to content

Is "setElementData" stored in a database?


Jaysds1

Recommended Posts

Posted

Hi,

as you read the title, I wanted to know if the setElementData is stored in a database and if it is, does it get deleted if the server is closed or the element (the player) is gone?

Posted

The element data is only saved on that element, if it's a player and he/she leaves the server, that element data is removed (because the player left).

If it's on a object, when it get's destroyed, it'll be removed too.

Posted
It will be delete when you close the server.

No, element data is deleted when the element is destroyed, or if removeElementData() is called for the certain key.

Elements are destroyed via destroyElement(), when a resource stops, or when all resources stop (server shutdown). Also keep in mind that when an element is destroyed, all it's children are destroyed as well.

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...