Function TileMap.getCellv

Returns the tile index of the cell given by a Vector2. If no tile exists in the cell, returns constant INVALID_CELL.

long getCellv (
  const(Vector2) position
) nothrow @nogc const;