summaryrefslogtreecommitdiff
path: root/core/object/class_db.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-10-28 11:52:47 +0200
committerGitHub <noreply@github.com>2021-10-28 11:52:47 +0200
commit6d930bd270618aba2445e916e55dc3477cbb6f6c (patch)
tree3db1dd243536fb9bd67e40ea9465f75b5ddf5bbf /core/object/class_db.h
parent0767a1c3f5c690d1685265f35ce8a4d58800bbb1 (diff)
parenta51f92273a4e3633b924bf002db31e9cf15bf8c1 (diff)
Merge pull request #54342 from groud/remove_item_list_editor
Diffstat (limited to 'core/object/class_db.h')
-rw-r--r--core/object/class_db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/object/class_db.h b/core/object/class_db.h
index d9eec4e4a8..dae75ba564 100644
--- a/core/object/class_db.h
+++ b/core/object/class_db.h
@@ -331,7 +331,7 @@ public:
static void add_property_group(const StringName &p_class, const String &p_name, const String &p_prefix = "");
static void add_property_subgroup(const StringName &p_class, const String &p_name, const String &p_prefix = "");
- static void add_property_array_count(const StringName &p_class, const String &p_label, const StringName &p_count_property, const StringName &p_count_setter, const StringName &p_count_getter, const String &p_array_element_prefix, uint32_t p_count_usage = PROPERTY_USAGE_EDITOR);
+ static void add_property_array_count(const StringName &p_class, const String &p_label, const StringName &p_count_property, const StringName &p_count_setter, const StringName &p_count_getter, const String &p_array_element_prefix, uint32_t p_count_usage = PROPERTY_USAGE_DEFAULT);
static void add_property_array(const StringName &p_class, const StringName &p_path, const String &p_array_element_prefix);
static void add_property(const StringName &p_class, const PropertyInfo &p_pinfo, const StringName &p_setter, const StringName &p_getter, int p_index = -1);
static void set_property_default_value(const StringName &p_class, const StringName &p_name, const Variant &p_default);