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

Method remove_meta

scene/main/node.cpp:4202–4206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4200}
4201
4202void Node::remove_meta(const StringName &p_name) {
4203 ERR_THREAD_GUARD;
4204 Object::remove_meta(p_name);
4205 _emit_editor_state_changed();
4206}
4207
4208Variant Node::get_meta(const StringName &p_name, const Variant &p_default) const {
4209 ERR_THREAD_GUARD_V(Variant());

Callers 15

execute_modificationsMethod · 0.45
instantiateMethod · 0.45
remove_buttonMethod · 0.45
remove_child_notifyMethod · 0.45
set_menu_titleMethod · 0.45
remove_child_notifyMethod · 0.45
set_tab_titleMethod · 0.45
_on_3d_button_pressedMethod · 0.45
set_snap_enabledMethod · 0.45
set_snap_countMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected