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

Method get_member_line

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

Source from the content-addressed store, hash-verified

343 virtual ScriptLanguage *get_language() const override;
344
345 virtual int get_member_line(const StringName &p_member) const override {
346#ifdef TOOLS_ENABLED
347 if (member_lines.has(p_member)) {
348 return member_lines[p_member];
349 }
350#endif
351 return -1;
352 }
353
354 virtual void get_constants(HashMap<StringName, Variant> *p_constants) override;
355 virtual void get_members(HashSet<StringName> *p_members) override;

Callers 4

_get_property_locationFunction · 0.45
_get_constant_locationFunction · 0.45
_get_signal_locationFunction · 0.45
_lookup_symbol_from_baseFunction · 0.45

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected