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

Method FloatBuiltin2

src/hx/cppia/GlobalBuiltin.cpp:257–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255 Expressions args;
256
257 FloatBuiltin2(CppiaExpr *inSrc, Expressions &inArgs) : CppiaExpr(inSrc), args(inArgs) { }
258
259 const char *getName() HXCPP_OVERRIDE { return "FloatBuiltin2"; }
260 ExprType getType() HXCPP_OVERRIDE { return etFloat; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected