SimpleGridMap
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Tries to retrieve a cell at the given location. If there is no cell at the location, for example since the location is out of bounds, null is returned. However, as long as the location is within the bounds of the map, this method should never return null.
Link copied to clipboard
Creates a list of all cells in the map. The order of the cells is not specified and may vary between different implementations.
Link copied to clipboard
Removes the cell at the given location. If there is no cell at the location, null is returned. Otherwise, the removed cell is returned.