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

Method FloatBuiltin1

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

Source from the content-addressed store, hash-verified

229 Expressions args;
230
231 FloatBuiltin1(CppiaExpr *inSrc, Expressions &inArgs) : CppiaExpr(inSrc), args(inArgs) { }
232
233 const char *getName() HXCPP_OVERRIDE { return "FloatBuiltin1"; }
234 ExprType getType() HXCPP_OVERRIDE { return etFloat; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected