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

Method FloatBuiltin3

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

Source from the content-addressed store, hash-verified

283 Expressions args;
284
285 FloatBuiltin3(CppiaExpr *inSrc, Expressions &inArgs) : CppiaExpr(inSrc), args(inArgs) { }
286
287 const char *getName() HXCPP_OVERRIDE { return "FloatBuiltin3"; }
288 ExprType getType() HXCPP_OVERRIDE { return etFloat; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected