Gets whether the tile n is passable.

Namespace:  SGP.Baltie2D
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public abstract bool GetPassable(
	int n
)

Parameters

n
Type: System..::.Int32
The tile number.

Return Value

Returns trueTruetruetrue (True in Visual Basic) if the tile is passable.

See Also