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

Method ConstructArgs

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

Source from the content-addressed store, hash-verified

1654 }
1655
1656 Dynamic ConstructArgs(hx::DynamicArray inArgs) HXCPP_OVERRIDE
1657 {
1658 return info->createInstance(CppiaCtx::getCurrent(),inArgs);
1659 }
1660
1661 bool __IsEnum() HXCPP_OVERRIDE { return info->isEnum; }
1662

Callers

nothing calls this directly

Calls 1

createInstanceMethod · 0.80

Tested by

no test coverage detected