Difference between revisions of "Object Variable"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
(Created page with "Object Variables are variables stored on Game Objects and are saved with the regular server backups. Category:Modding")
 
 
Line 1: Line 1:
Object Variables are variables stored on [[Game Objects]] and are saved with the regular server backups.  
+
Object Variables are variables stored on [[Game Objects]] and are saved with the regular server backups. This means they are available after a server restart and they are the most important means we have to achieve [[persistance]]. The are accessed using the [[GetObjVar]] and [[SetObjVar]] functions
 
[[Category:Modding]]
 
[[Category:Modding]]

Latest revision as of 20:05, 5 November 2016

Object Variables are variables stored on Game Objects and are saved with the regular server backups. This means they are available after a server restart and they are the most important means we have to achieve persistance. The are accessed using the GetObjVar and SetObjVar functions