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

Method __GetType

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

Source from the content-addressed store, hash-verified

412
413
414int CppiaClassInfo::__GetType() { return isEnum ? vtEnum : vtClass; }
415
416int CppiaClassInfo::getEnumIndex(String inName)
417{

Callers 3

IsWeakRefValidMethod · 0.45
RunFinalizersMethod · 0.45
ScriptableGetTypeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected