diff options
author | J08nY <johny@neuromancer.sk> | 2017-10-05 15:34:34 +0200 |
---|---|---|
committer | J08nY <johny@neuromancer.sk> | 2017-10-05 15:34:34 +0200 |
commit | 16bf0f08ed1357fc29b8e2507491ad9652ffbcd9 (patch) | |
tree | a7d7ca4e907fed19a4fc0315a86da4f621c4964b /modules/gridmap/grid_map.h | |
parent | 0c82d113edc4f7cc1bef11c2e03b2a1b39de90fb (diff) | |
download | redot-engine-16bf0f08ed1357fc29b8e2507491ad9652ffbcd9.tar.gz |
Add GridMap::get_used_cells. Fixes #11857.
Diffstat (limited to 'modules/gridmap/grid_map.h')
-rw-r--r-- | modules/gridmap/grid_map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gridmap/grid_map.h b/modules/gridmap/grid_map.h index eb1b215696..296956ff5d 100644 --- a/modules/gridmap/grid_map.h +++ b/modules/gridmap/grid_map.h @@ -223,6 +223,8 @@ public: void set_cell_scale(float p_scale); float get_cell_scale() const; + Array get_used_cells() const; + Array get_meshes(); void clear(); |