MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / linkCppiaClass

Function linkCppiaClass

src/hx/cppia/CppiaClasses.cpp:1781–1784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1779
1780
1781void linkCppiaClass(hx::Class_obj *inClass, CppiaModule &cppia, String inName)
1782{
1783 ((CppiaClass *)inClass)->linkClass(cppia,inName);
1784}
1785
1786
1787int getScriptId(hx::Class inClass)

Callers 1

linkTypesMethod · 0.85

Calls 1

linkClassMethod · 0.80

Tested by

no test coverage detected