You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
CSharpScript should not own base script signals
This commit is contained in:
@@ -215,6 +215,8 @@ private:
|
||||
// Do not use unless you know what you are doing
|
||||
static void update_script_class_info(Ref<CSharpScript> p_script);
|
||||
|
||||
void _get_script_signal_list(List<MethodInfo> *r_signals, bool p_include_base) const;
|
||||
|
||||
protected:
|
||||
static void _bind_methods();
|
||||
|
||||
@@ -251,8 +253,6 @@ public:
|
||||
bool has_script_signal(const StringName &p_signal) const override;
|
||||
void get_script_signal_list(List<MethodInfo> *r_signals) const override;
|
||||
|
||||
Vector<EventSignalInfo> get_script_event_signals() const;
|
||||
|
||||
bool get_property_default_value(const StringName &p_property, Variant &r_value) const override;
|
||||
void get_script_property_list(List<PropertyInfo> *r_list) const override;
|
||||
void update_exports() override;
|
||||
|
||||
Reference in New Issue
Block a user