You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
expose itemlist.unselect_all()
This commit is contained in:
@@ -1423,6 +1423,8 @@ void ItemList::_bind_methods() {
|
||||
|
||||
ClassDB::bind_method(D_METHOD("select", "idx", "single"), &ItemList::select, DEFVAL(true));
|
||||
ClassDB::bind_method(D_METHOD("unselect", "idx"), &ItemList::unselect);
|
||||
ClassDB::bind_method(D_METHOD("unselect_all"), &ItemList::unselect_all);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("is_selected", "idx"), &ItemList::is_selected);
|
||||
ClassDB::bind_method(D_METHOD("get_selected_items"), &ItemList::get_selected_items);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user