| 4532 | |
| 4533 | void runVoid(CppiaCtx *ctx) HXCPP_OVERRIDE { } |
| 4534 | int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE { return GetFloatAligned( ((char *)ctx->frame) + offset ); } |
| 4535 | Float runFloat(CppiaCtx *ctx) HXCPP_OVERRIDE { return GetFloatAligned( ((char *)ctx->frame) + offset ); } |
| 4536 | ::String runString(CppiaCtx *ctx) HXCPP_OVERRIDE { return ValToString( GetFloatAligned( ((char *)ctx->frame) + offset )); } |
| 4537 | hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE |
nothing calls this directly
no test coverage detected