Lua properties
setter: table: 0x5655475bc960[x] = 22
custom setter found on key x
setter: table: 0x5655475bc960[y] = -10
getter: table: 0x5655475bc960[x]
custom getter found on key x
22
getter: table: 0x5655475bc960[y]
-10
getter: table: 0x5655475bc960[unitid]
Hpal
setter: table: 0x5655475bc960[unitid] = HvsH
getter: table: 0x5655475bc960[unitid]
HvsH
setter: table: 0x5655475bc960[x] = function: 0x5655475b9310
custom setter found on key x
error: x must be 'number' type
getter: table: 0x5655475bc960[x]
custom getter found on key x
22
setter: table: 0x5655475bc960[x] = nil
custom setter found on key x
error: x must be 'number' type
getter: table: 0x5655475bc960[x]
custom getter found on key x
22
getter: table: 0x5655475bc960[posx]
nil
|
|