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

Method get_node_data

core/io/xml_parser.cpp:397–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397String XMLParser::get_node_data() const {
398 ERR_FAIL_COND_V(node_type != NODE_TEXT, "");
399 return node_name;
400}
401
402String XMLParser::get_node_name() const {
403 ERR_FAIL_COND_V(node_type == NODE_TEXT, "");

Callers 15

construct_xmlFunction · 0.80
construct_xmlFunction · 0.80
_parse_assetMethod · 0.80
_parse_imageMethod · 0.80
_read_float_arrayMethod · 0.80
_read_string_arrayMethod · 0.80
_read_transformMethod · 0.80
_read_empty_draw_typeMethod · 0.80
_parse_paramMethod · 0.80
_parse_cameraMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected