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

Function ScriptableGetType

src/hx/cppia/CppiaClasses.cpp:1808–1812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1806}
1807
1808int ScriptableGetType(void *inClass)
1809{
1810 CppiaClassInfo *info = (CppiaClassInfo *)inClass;
1811 return info->__GetType();
1812}
1813
1814
1815hx::Class ScriptableGetClass(void *inClass)

Callers

nothing calls this directly

Calls 1

__GetTypeMethod · 0.45

Tested by

no test coverage detected