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

Enum Address

modules/gdscript/gdscript_function.h:438–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436 };
437
438 enum Address {
439 ADDR_BITS = 24,
440 ADDR_MASK = ((1 << ADDR_BITS) - 1),
441 ADDR_TYPE_MASK = ~ADDR_MASK,
442 ADDR_TYPE_STACK = 0,
443 ADDR_TYPE_CONSTANT = 1,
444 ADDR_TYPE_MEMBER = 2,
445 ADDR_TYPE_MAX = 3,
446 };
447
448 enum FixedAddresses {
449 ADDR_STACK_SELF = 0,

Callers 13

_parse_expressionMethod · 0.70
_parse_match_patternMethod · 0.70
_parse_functionMethod · 0.70
add_localMethod · 0.70
add_local_constantMethod · 0.70
add_temporaryMethod · 0.70
add_constantMethod · 0.70
write_unary_operatorMethod · 0.70
get_call_targetMethod · 0.70
write_forMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected