| 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 |
nothing calls this directly
no test coverage detected