Lua Variable

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search

Lua Variables are variables created in Lua scripts. They are not persistent as opposed to Object Variables and get destroyed on server shutdown or restart. Read and write operations on them are synchronous and much faster than the same on Object Variables.