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

Method FloatBuiltin0

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

Source from the content-addressed store, hash-verified

188 Expressions args;
189
190 FloatBuiltin0(CppiaExpr *inSrc, Expressions &inArgs) : CppiaExpr(inSrc), args(inArgs) { }
191
192 const char *getName() HXCPP_OVERRIDE { return "FloatBuiltin0"; }
193 ExprType getType() HXCPP_OVERRIDE { return etFloat; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected