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

Method addExtraDefaults

src/hx/cppia/CppiaFunction.cpp:607–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607void ScriptCallable::addExtraDefaults(CppiaCtx *ctx,int inHave)
608{
609 if (inHave>argCount)
610 return;
611
612 for(int a=inHave;a<argCount;a++)
613 pushDefault(ctx,a);
614}
615
616
617#ifdef CPPIA_JIT

Callers 1

doRunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected