Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1808
int ScriptableGetType(void *inClass)
1809
{
1810
CppiaClassInfo *info = (CppiaClassInfo *)inClass;
1811
return info->__GetType();
1812
}
1813
1814
1815
hx::Class ScriptableGetClass(void *inClass)
Callers
nothing calls this directly
Calls
1
__GetType
Method · 0.45
Tested by
no test coverage detected