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

Method is_placeholder

core/object/script_instance.h:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 virtual Ref<Script> get_script() const = 0;
96
97 virtual bool is_placeholder() const { return false; }
98
99 virtual void property_set_fallback(const StringName &p_name, const Variant &p_value, bool *r_valid);
100 virtual Variant property_get_fallback(const StringName &p_name, bool *r_valid);

Callers 3

reload_assembliesMethod · 0.45
_compile_classMethod · 0.45
reload_scriptsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected