Thierry FOURNIER 2297bc2fb9 MEDIUM: lua: change the objects configuration
Actually an object is just a userdata value with a metatable.
This mode causes some problems like I can't add lua own data.
This new model uses an array as object base, and affect the
userdata at the index 0.
2015-03-11 19:55:10 +01:00
..
2015-02-28 23:12:32 +01:00
2015-03-04 17:58:52 +01:00
2015-02-28 23:12:32 +01:00
2015-03-04 17:58:52 +01:00