diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2018-02-24 12:56:48 +0700 |
---|---|---|
committer | Poommetee Ketson <poommetee@protonmail.com> | 2018-02-24 19:34:41 +0700 |
commit | 7effe46461090861cae417f30db29e4c14a83db2 (patch) | |
tree | 5294fc65f718ca8f6753918ddf2c189d0b336083 /doc/classes | |
parent | bd3b958a2545c3f4dd4afa2e69b690a3c6aa78fc (diff) |
TileMap: add fix_invalid_tiles
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/TileMap.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/TileMap.xml b/doc/classes/TileMap.xml index 0a5fc1951b..d7bc3a7ac2 100644 --- a/doc/classes/TileMap.xml +++ b/doc/classes/TileMap.xml @@ -19,6 +19,13 @@ Clear all cells. </description> </method> + <method name="fix_invalid_tiles"> + <return type="void"> + </return> + <description> + Clear cells that does not exist in the tileset. + </description> + </method> <method name="get_cell" qualifiers="const"> <return type="int"> </return> |