MCPcopy Create free account
hub / github.com/axmolengine/axmol / register_test_binding

Function register_test_binding

tests/lua-tests/Source/lua_test_bindings.cpp:708–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706}
707
708int register_test_binding(lua_State* L)
709{
710 tolua_open(L);
711 tolua_module(L, "ax", 0);
712 tolua_beginmodule(L, "ax");
713 lua_register_cocos2dx_DrawNode3D(L);
714 lua_register_cocos2dx_ValueTypeJudgeInTable(L);
715 tolua_endmodule(L);
716 return 0;
717}

Callers 1

Calls 6

tolua_openFunction · 0.85
tolua_moduleFunction · 0.85
tolua_beginmoduleFunction · 0.85
tolua_endmoduleFunction · 0.85

Tested by

no test coverage detected