mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-06 16:24:36 +00:00
Fix enums bindings
Add missed bindings for enums Move some enums to class to have correct output of api.json
This commit is contained in:
@@ -759,6 +759,10 @@ void TreeItem::_bind_methods() {
|
||||
BIND_ENUM_CONSTANT(CELL_MODE_RANGE_EXPRESSION);
|
||||
BIND_ENUM_CONSTANT(CELL_MODE_ICON);
|
||||
BIND_ENUM_CONSTANT(CELL_MODE_CUSTOM);
|
||||
|
||||
BIND_ENUM_CONSTANT(ALIGN_LEFT);
|
||||
BIND_ENUM_CONSTANT(ALIGN_CENTER);
|
||||
BIND_ENUM_CONSTANT(ALIGN_RIGHT);
|
||||
}
|
||||
|
||||
void TreeItem::clear_children() {
|
||||
|
||||
Reference in New Issue
Block a user