GODOT_CATEGORY

Usage

GODOT_CATEGORY("Category Name");

GODOT_PROPERTY();
int some_property = 0;

Use this macro to create a property category in the inspector.

Warning

For godot versions that do not implement issue 14274 a property group will be bound instead of the property category. This is done to reduce the complexity of the generated code.