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

Method can_make_function

modules/mono/csharp_script.h:546–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544 }
545 String make_function(const String &p_class, const String &p_name, const PackedStringArray &p_args) const override;
546 virtual bool can_make_function() const override { return false; }
547 virtual String _get_indentation() const;
548 /** @todo ? */ void auto_indent_code(String &p_code, int p_from_line, int p_to_line) const override {}
549 /** @todo ? */ void add_global_constant(const StringName &p_variable, const Variant &p_value) override {}

Callers 3

_update_warning_labelMethod · 0.45
add_callbackMethod · 0.45
_add_callbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected