Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Also need to separate namespace calls vs class calls
as3.package.MyClass.anotherFunction(42)
vs
as3.package.flash.utils.getQualifiedClassName(as3.new("Number", 42))
Original comment by aglad...@gmail.com
on 23 Dec 2008 at 8:54
[deleted comment]
local a = path.more.path.value
would always expand to
local a = as3.tolua(as3.get(as3.class("path.more::path"), "value"))
(Namespace constants are to be dealt with raw api)
Original comment by aglad...@gmail.com
on 23 Dec 2008 at 9:25
Original comment by aglad...@gmail.com
on 4 Jan 2009 at 10:57
Original issue reported on code.google.com by
aglad...@gmail.com
on 22 Dec 2008 at 11:08