diff options
| author | Rémi Verschelde | 2017-11-24 23:16:30 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-11-24 23:16:30 +0100 |
| commit | 7dfba3cda9f13427f9f10a6eefbec52aef62274c (patch) | |
| tree | 37231b14dfe24e8597ca5c780bb151696cda9b57 /modules/gridmap | |
| parent | 2bc6db65c14f00de5a0349e910037ca2db7fc103 (diff) | |
| download | godot-7dfba3cda9f13427f9f10a6eefbec52aef62274c.tar.gz godot-7dfba3cda9f13427f9f10a6eefbec52aef62274c.tar.zst godot-7dfba3cda9f13427f9f10a6eefbec52aef62274c.zip | |
Diffstat (limited to 'modules/gridmap')
| -rw-r--r-- | modules/gridmap/doc_classes/GridMap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gridmap/doc_classes/GridMap.xml b/modules/gridmap/doc_classes/GridMap.xml index acca44f14..8c862b52e 100644 --- a/modules/gridmap/doc_classes/GridMap.xml +++ b/modules/gridmap/doc_classes/GridMap.xml @@ -220,7 +220,7 @@ </method> </methods> <constants> - <constant name="INVALID_CELL_ITEM" value="-1" enum=""> + <constant name="INVALID_CELL_ITEM" value="-1"> Invalid cell item that can be used in [method set_cell_item] to clear cells (or represent an empty cell in [method get_cell_item]). </constant> </constants> |
