godotengine / godotengine/godot-cpp

Add ADD_ARRAY_COUNT

Open
#984 2 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.