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

Method get_import_path

scene/main/node.cpp:3493–3499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3491}
3492
3493NodePath Node::get_import_path() const {
3494#ifdef TOOLS_ENABLED
3495 return data.import_path;
3496#else
3497 return NodePath();
3498#endif
3499}
3500
3501#ifdef TOOLS_ENABLED
3502static void _add_nodes_to_options(const Node *p_base, const Node *p_node, List<String> *r_options) {

Callers 3

_resources_changedMethod · 0.45
_reimport_groupMethod · 0.45
_reimport_fileMethod · 0.45

Calls 1

NodePathClass · 0.50

Tested by

no test coverage detected