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

Method runInt

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

Source from the content-addressed store, hash-verified

1032 }
1033
1034 int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE
1035 {
1036 hx::Object *result = runObject(ctx);
1037 return result ? result->__ToInt() : 0;
1038 }
1039 Float runFloat(CppiaCtx *ctx) HXCPP_OVERRIDE
1040 {
1041 hx::Object *result = runObject(ctx);

Callers

nothing calls this directly

Calls 1

__ToIntMethod · 0.45

Tested by

no test coverage detected