Gets the tile number which is placed at the location [fieldX,fieldY].

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

Syntax

C#
public int GetTileAt(
	int fieldX,
	int fieldY
)

Parameters

fieldX
Type: System..::.Int32
The tile X-coordinate.
fieldY
Type: System..::.Int32
The tile Y-coordinate.

Return Value

Get the tile number at [fieldX,fieldY].

See Also