diff options
author | Johan Manuel <johan.manuel@live.fr> | 2016-02-06 13:27:26 +0100 |
---|---|---|
committer | Johan Manuel <johan.manuel@live.fr> | 2016-02-06 13:48:41 +0100 |
commit | a634fc7a4a4a413666569d5c26562d5ee982ba3f (patch) | |
tree | 1a98dec7337b4ab5b3c5dfe73b32642f2fe9e3f4 /doc | |
parent | 7e6fe942a463995fc2d317fdc979b92d8f53fb3e (diff) |
Added get_cellv() method to TileMap
Diffstat (limited to 'doc')
-rw-r--r-- | doc/base/classes.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 13bc5a91e6..98fc4dd085 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -36301,6 +36301,15 @@ This method controls whether the position between two cached points is interpola Return the tile index of the referenced cell. </description> </method> + <method name="get_cellv" qualifiers="const"> + <return type="int"> + </return> + <argument index="0" name="pos" type="Vector2"> + </argument> + <description> + Return the tile index of the cell referenced by a Vector2. + </description> + </method> <method name="is_cell_x_flipped" qualifiers="const"> <return type="bool"> </return> |