Open GoogleCodeExporter opened 9 years ago
Note that functions are already supported.
Original comment by aglad...@gmail.com
on 4 Jan 2009 at 11:02
Also allow user to create tables from AS3.
Original comment by aglad...@gmail.com
on 4 Jan 2009 at 11:04
* Also add lua_wrapper.Global() to get a reference to a global environment.
* Do not forget that all values must be protected from Lua GC. Store them in the
registry like the functions.
* To reduce bridge overhead, allow user to supply multiple indices to a table:
myTable.at(index1, index2, index3); // Same as myTable[index1][index2][index3].
Original comment by aglad...@gmail.com
on 4 Jan 2009 at 11:07
Original issue reported on code.google.com by
aglad...@gmail.com
on 4 Jan 2009 at 11:00