godotengine / godotengine/godot-cpp
Add ADD_ARRAY_COUNT
Open
enhancement
topic:gdextension
- Dominant language
- C++
- Stars
- 2.7k
- Forks
- 809
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 8
Description
Place ADD_ARRAY_COUNT to be able to place typed vector structures in the inspector, such as Curve3D points.
`#define ADD_ARRAY_COUNT(m_label, m_count_property, m_count_property_setter, m_count_property_getter, m_prefix) ClassDB::add_property_array_count(get_class_static(), m_label, m_count_property, _scs_create(m_count_property_setter), _scs_create(m_count_property_getter), m_prefix)`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.