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

Method FlagBreak

src/hx/cppia/Cppia.cpp:6584–6584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6582 int flag;
6583
6584 FlagBreak(int inFlag) : flag(inFlag) { }
6585 void runVoid(CppiaCtx *ctx) HXCPP_OVERRIDE
6586 {
6587 ctx->breakContReturn |= flag;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected