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

Method get_owner

modules/gdscript/gdscript.h:392–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390
391public:
392 virtual Object *get_owner() { return owner; }
393
394 virtual bool set(const StringName &p_name, const Variant &p_value);
395 virtual bool get(const StringName &p_name, Variant &r_ret) const;

Callers 4

_convert_scene_nodeMethod · 0.45
reload_scriptsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected