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

Method runFloat

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

Source from the content-addressed store, hash-verified

123 return ValToInt(obj);
124}
125Float CppiaDynamicExpr::runFloat(CppiaCtx *ctx)
126{
127 return ValToFloat(runObject(ctx));
128}
129::String CppiaDynamicExpr::runString(CppiaCtx *ctx)
130{
131 hx::Object *result = runObject(ctx);

Callers 15

runFloatMethod · 0.45
runFloatMethod · 0.45
runStringMethod · 0.45
runObjectMethod · 0.45
runMethod · 0.45
runObjectMethod · 0.45
doRunMethod · 0.45
runObjectMethod · 0.45
runObjectMethod · 0.45
runMethod · 0.45
runVoidMethod · 0.45
runFloatMethod · 0.45

Calls 1

ValToFloatFunction · 0.85

Tested by

no test coverage detected