mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge pull request #16927 from neikeq/rework-refcount-notify
Notify instance binding data api of refcount increment/decrement
This commit is contained in:
@@ -490,10 +490,12 @@ private:
|
||||
void _set_indexed_bind(const NodePath &p_name, const Variant &p_value);
|
||||
Variant _get_indexed_bind(const NodePath &p_name) const;
|
||||
|
||||
void *_script_instance_bindings[MAX_SCRIPT_INSTANCE_BINDINGS];
|
||||
|
||||
void property_list_changed_notify();
|
||||
|
||||
friend class Reference;
|
||||
uint32_t instance_binding_count;
|
||||
void *_script_instance_bindings[MAX_SCRIPT_INSTANCE_BINDINGS];
|
||||
|
||||
protected:
|
||||
virtual void _initialize_classv() { initialize_class(); }
|
||||
virtual bool _setv(const StringName &p_name, const Variant &p_property) { return false; };
|
||||
|
||||
Reference in New Issue
Block a user