bennyxqg / lua-alchemy

Automatically exported from code.google.com/p/lua-alchemy
0 stars 0 forks source link

toas3->tolua passthrough #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This must work for all Lua and AS3 types. Note that equality is by pointer.

local v = <something>
assert(as3.tolua(as3.toas3(v)) == v)

Original issue reported on code.google.com by aglad...@gmail.com on 5 Jan 2009 at 7:59

GoogleCodeExporter commented 9 years ago

Original comment by aglad...@gmail.com on 16 Jan 2009 at 10:04