GTileMap.has

bool has(Sz row, Sz col) @nogc @safe nothrow

Returns true if the given row and column are within the active map bounds.

bool has(IVec2 position) @nogc @safe nothrow

Returns true if the given grid position is within the active map bounds.