Fix array reorder methods not being bound
This commit is contained in:
parent
5ca145ba5d
commit
04fbe18c06
1 changed files with 3 additions and 0 deletions
|
@ -573,6 +573,9 @@ void EditorPropertyArray::_bind_methods() {
|
||||||
ClassDB::bind_method("_change_type_menu", &EditorPropertyArray::_change_type_menu);
|
ClassDB::bind_method("_change_type_menu", &EditorPropertyArray::_change_type_menu);
|
||||||
ClassDB::bind_method("_object_id_selected", &EditorPropertyArray::_object_id_selected);
|
ClassDB::bind_method("_object_id_selected", &EditorPropertyArray::_object_id_selected);
|
||||||
ClassDB::bind_method("_remove_pressed", &EditorPropertyArray::_remove_pressed);
|
ClassDB::bind_method("_remove_pressed", &EditorPropertyArray::_remove_pressed);
|
||||||
|
ClassDB::bind_method("_reorder_button_gui_input", &EditorPropertyArray::_reorder_button_gui_input);
|
||||||
|
ClassDB::bind_method("_reorder_button_down", &EditorPropertyArray::_reorder_button_down);
|
||||||
|
ClassDB::bind_method("_reorder_button_up", &EditorPropertyArray::_reorder_button_up);
|
||||||
}
|
}
|
||||||
|
|
||||||
EditorPropertyArray::EditorPropertyArray() {
|
EditorPropertyArray::EditorPropertyArray() {
|
||||||
|
|
Loading…
Reference in a new issue