MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / id

Method id

src/python/lfs/py_rml.cpp:708–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706 }
707
708 std::string PyRmlElement::id() { return elem_->GetId(); }
709 void PyRmlElement::set_id(const std::string& id) { elem_->SetId(id); }
710 std::string PyRmlElement::tag_name() { return elem_->GetTagName(); }
711

Callers 10

register_sceneFunction · 0.45
register_ui_operatorsFunction · 0.45
register_operatorsFunction · 0.45
on_mountMethod · 0.45
operator_descriptor_jsonFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36