From 19a2ec3d04b0eaad0e9a8378ee6eb35e8c999dea Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Wed, 16 Feb 2022 13:04:31 +0800 Subject: Add GridMap.get_used_cells_by_item --- modules/gridmap/doc_classes/GridMap.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/gridmap/doc_classes') diff --git a/modules/gridmap/doc_classes/GridMap.xml b/modules/gridmap/doc_classes/GridMap.xml index 2ea9a78970..049d372671 100644 --- a/modules/gridmap/doc_classes/GridMap.xml +++ b/modules/gridmap/doc_classes/GridMap.xml @@ -79,6 +79,13 @@ Returns an array of [Vector3] with the non-empty cell coordinates in the grid map. + + + + + Returns an array of all cells with the given item index specified in [code]item[/code]. + + -- cgit v1.2.3