Conjures a tile tileBankNum in front of Baltie.

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

Syntax

C#
public void Conjure(
	int tileBankNum,
	bool clear
)

Parameters

tileBankNum
Type: System..::.Int32
The tile number being conjured.
clear
Type: System..::.Boolean
Whether the current tile at the location should be removed first.

See Also