bennyxqg / lua-alchemy

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

Optional as3->lua auto-conversion #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It should be possible to make as3.tolua() optional for primitive types.

print(as3foo.a + as3bar.b) -- should work

I.e. when AS3 object is indexed, and the indexed value can be resolved to a Lua 
value, Lua value should be returned.

Since this will have performance implications, this feature should be made 
optional.

Original issue reported on code.google.com by aglad...@gmail.com on 28 Mar 2011 at 3:37

GoogleCodeExporter commented 9 years ago
Resolved in 0.2.3-rc

Original comment by aglad...@gmail.com on 17 Apr 2011 at 5:22