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

Function ScriptableToString

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

Source from the content-addressed store, hash-verified

1800
1801
1802::String ScriptableToString(void *inClass)
1803{
1804 CppiaClassInfo *info = (CppiaClassInfo *)inClass;
1805 return info->getClass()->toString();
1806}
1807
1808int ScriptableGetType(void *inClass)
1809{

Callers

nothing calls this directly

Calls 2

getClassMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected