I met a problem of passing a pointer of pointer as parameter in wax
for example, this function in Obj-C
(NSString *)fooFromPath:(NSString *)path error:(NSError **)anError |
To use this method, I have to create a pointer of the pointer to NSError instance in lua and pass it to the function as the last parameter.
Any one knows how to do it in wax?
Comments
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps