Skip to content

Commit 36e740a

Browse files
author
GDevelop documentation CI
committed
Automatic update of the reference pages [skip ci]
1 parent 2d61b37 commit 36e740a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/gdevelop5/all-features/expressions-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,8 +1141,8 @@ Displays a tiled-based map. [Read more explanations about it.](/gdevelop5/object
11411141
| `Object.TileCenterY()` | Get the scene Y position of the center of the tile. ||
11421142
| `Object.TileIdAtGrid()` | Return the id of the tile at the grid coordinates. ||
11431143
| `Object.TileIdAtPosition()` | Return the id of the tile at the scene coordinates. ||
1144-
| `Object.TilesetColumnCount()` | Get the number of column in the tileset. ||
1145-
| `Object.TilesetRowCount()` | Get the number of row in the tileset. ||
1144+
| `Object.TilesetColumnCount()` | Get the number of columns in the tileset. ||
1145+
| `Object.TilesetRowCount()` | Get the number of rows in the tileset. ||
11461146

11471147
## External Tilemap (Tiled/LDtk) (from extension Tile map)
11481148

docs/gdevelop5/all-features/tilemap/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ Compare the id of the tile at the scene coordinates.
101101
| `Object.TileCenterY()` | Get the scene Y position of the center of the tile. ||
102102
| `Object.TileIdAtGrid()` | Return the id of the tile at the grid coordinates. ||
103103
| `Object.TileIdAtPosition()` | Return the id of the tile at the scene coordinates. ||
104-
| `Object.TilesetColumnCount()` | Get the number of column in the tileset. ||
105-
| `Object.TilesetRowCount()` | Get the number of row in the tileset. ||
104+
| `Object.TilesetColumnCount()` | Get the number of columns in the tileset. ||
105+
| `Object.TilesetRowCount()` | Get the number of rows in the tileset. ||
106106

107107
## External Tilemap (Tiled/LDtk)
108108

0 commit comments

Comments
 (0)