sm.cell.getTags
Returns a table of tags for a cell coordinate.
Kind: Function
Environments: Game
Game
sm.cell.getTags( x, y, world )
Parameters:
| Name | Type | Description |
|---|---|---|
x |
integer | X-coordinate |
y |
integer | Y-coordinate |
world (optional) |
world | The world we are searching in. (Optional, defaults to current world) |
Returns:
| Type | Description |
|---|---|
| table | Table {string, ...} of tags. |