MCPcopy Create free account
hub / github.com/ZDoom/Raze / EmitStatement

Method EmitStatement

source/common/scripting/backend/codegen.cpp:367–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365//==========================================================================
366
367void FxExpression::EmitStatement(VMFunctionBuilder *build)
368{
369 build->BeginStatement(this);
370 ExpEmit exp = Emit(build);
371 exp.Free(build);
372 build->EndStatement();
373}
374
375
376//==========================================================================

Callers 1

EmitMethod · 0.80

Calls 3

BeginStatementMethod · 0.80
EndStatementMethod · 0.80
FreeMethod · 0.45

Tested by

no test coverage detected