MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / write_endif

Method write_endif

modules/gdscript/gdscript_byte_codegen.cpp:1537–1540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1535}
1536
1537void GDScriptByteCodeGenerator::write_endif() {
1538 patch_jump(if_jmp_addrs.back()->get());
1539 if_jmp_addrs.pop_back();
1540}
1541
1542void GDScriptByteCodeGenerator::write_jump_if_shared(const Address &p_value) {
1543 append_opcode(GDScriptFunction::OPCODE_JUMP_IF_SHARED);

Callers 1

_parse_blockMethod · 0.80

Calls 3

getMethod · 0.45
backMethod · 0.45
pop_backMethod · 0.45

Tested by

no test coverage detected