|
MapGetMapTile Method
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Get a MapTile object from the position specified by x
& y
Namespace:
Furcadia.FurcMap
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public MapTile GetMapTile(
int x,
int y
)
Public Function GetMapTile (
x As Integer,
y As Integer
) As MapTile
Dim instance As Map
Dim x As Integer
Dim y As Integer
Dim returnValue As MapTile
returnValue = instance.GetMapTile(x, y)
public:
MapTile^ GetMapTile(
int x,
int y
)
member GetMapTile :
x : int *
y : int -> MapTile
Parameters
- x
- Type: SystemInt32
x coordinate
- y
- Type: SystemInt32
Y coordinate
Return Value
Type:
MapTilethe Tile data
See Also