|
Sivan Thiruvengadam wrote:
Hi,
class CLObject { public: // Constants static const char className[]; static Luna< CLObject >::RegType methods[]; .. *int GetType(lua_State *L);//(unsigned char&cType);* *int GetListofNumbers(lua_State *L);*
Please show your CLObject::methods[] array. Is GetType defined there?