VARIABLE, Lua, ( __index ).
Integer="Integer"
setmetatable(_G,
{ __index = function(t,n)
return function (x) _G[n]=x.value end
end })
BootTime {
type=Integer,
value=10000
}
print(BootTime+2345)
VARIABLE, , , Lua, VARIABLE.BootTime VARIABLE"BootTime" VARIABLE[BootTime], Lua .