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

Method has_singleton

core/core_bind.cpp:2031–2033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2029}
2030
2031bool Engine::has_singleton(const StringName &p_name) const {
2032 return ::Engine::get_singleton()->has_singleton(p_name);
2033}
2034
2035Object *Engine::get_singleton_object(const StringName &p_name) const {
2036 return ::Engine::get_singleton()->get_singleton_object(p_name);

Callers 11

reduce_callMethod · 0.45
_parse_expressionMethod · 0.45
debug_get_globalsMethod · 0.45
_list_available_typesFunction · 0.45
_find_identifiersFunction · 0.45
_guess_identifier_typeFunction · 0.45
add_exposed_classesFunction · 0.45

Calls

no outgoing calls

Tested by 1

add_exposed_classesFunction · 0.36