#include <CppObject.hpp>
Public Attributes | |
| void * | ptr |
| Pointer to the actual object. | |
| bool | deleteMe |
Definition at line 38 of file CppObject.hpp.
Should the ptr be deleted when the userdata is garbage-collected in Lua? Essentially, if the object is instantiated in Lua, it should be; if it is instantiated in C++, it doesn't.
Definition at line 49 of file CppObject.hpp.
1.5.9