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

Method runInt

src/hx/cppia/Cppia.cpp:4534–4534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GetFloatAlignedFunction · 0.85

Tested by

no test coverage detected