Sets the passability of the tile with number n.

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

Syntax

C#
public override void SetPassable(
	int n,
	bool value
)

Parameters

n
Type: System..::.Int32
The tile number.
value
Type: System..::.Boolean
Whether the tile will be passable.

See Also