Remove an object from the object grid at the specified coordinates.
Remove an object from the object grid at the specified coordinates.
1 number x
the tile X coordinate.
2 number y
the tile Y coordinate.
3 any object
the object to remove from the grid.
1 bool
whether the removal was successful.