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

Method runString

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

Source from the content-addressed store, hash-verified

476
477const char *ScriptCallable::getName() { return "ScriptCallable"; }
478String ScriptCallable::runString(CppiaCtx *ctx) { return HX_CSTRING("#function"); }
479
480void ScriptCallable::runVoid(CppiaCtx *ctx)
481{

Callers 1

pushArgsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected