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