MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / get_parent

Method get_parent

bytecode/bytecode_custom.h:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 virtual int get_engine_ver_major() const override { return engine_ver_major; }
34 virtual int get_variant_ver_major() const override { return variant_ver_major; }
35 virtual int get_parent() const override { return parent; }
36 virtual String get_engine_version() const override { return engine_version; }
37 virtual String get_max_engine_version() const override { return max_engine_version; }
38 virtual String get_date() const override { return date; }

Callers 9

is_auto_generated_nodeFunction · 0.45
get_node_optionsFunction · 0.45
get_node_pathFunction · 0.45
~GodotREEditorMethod · 0.45
_item_editedMethod · 0.45
test_script_binaryFunction · 0.45
popup_boxMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_script_binaryFunction · 0.36