diff options
| author | J08nY | 2017-10-05 15:34:34 +0200 |
|---|---|---|
| committer | J08nY | 2017-10-05 15:34:34 +0200 |
| commit | 16bf0f08ed1357fc29b8e2507491ad9652ffbcd9 (patch) | |
| tree | a7d7ca4e907fed19a4fc0315a86da4f621c4964b /modules/gridmap/grid_map.h | |
| parent | 0c82d113edc4f7cc1bef11c2e03b2a1b39de90fb (diff) | |
| download | godot-16bf0f08ed1357fc29b8e2507491ad9652ffbcd9.tar.gz godot-16bf0f08ed1357fc29b8e2507491ad9652ffbcd9.tar.zst godot-16bf0f08ed1357fc29b8e2507491ad9652ffbcd9.zip | |
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 eb1b21569..296956ff5 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(); |
