Jaysds1 Posted December 6, 2011 Share Posted December 6, 2011 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? Link to comment
Castillo Posted December 6, 2011 Share Posted December 6, 2011 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. Link to comment
Cadu12 Posted December 6, 2011 Share Posted December 6, 2011 It will be delete when you close the server. Edit: Agree with Solidsnake14 Link to comment
AGENT_STEELMEAT Posted December 6, 2011 Share Posted December 6, 2011 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. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now