godotengine / godotengine/godot-cpp
Support internal abstract classes
Open
- Dominant language
- C++
- Stars
- 2.7k
- Forks
- 809
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 8
Description
### Godot version
4.4.1
### godot-cpp version
4.4.1
### System information
Fedora 42
### Issue description
Currently we can define `GDREGISTER_INTERNAL_CLASS` or use `ClassDB` directly but there is no exposed way to register classes that are both _abstract_ and _internal_ in Godot, which would be super useful for GDExtensions.
### Steps to reproduce
N/A
### Minimal reproduction project
N/A
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.