|
Maybe I'm misunderstanding something, but as stated, the function is not static, and can't be registered with Lua anyway. As with other non-static methods, you need to create (or auto-generate in some way) a wrapper function that is static, which can in some manner access the instance, such as through a Lua upvalueindex or userdata argument on the stack, in order to call the instance method with an object. On Jan 6, 2008, at 11:51 PM, Panagiotis Vossos wrote:
Be seeing you grrr waaa www.grahamwakefield.net |