M_Furcadia_FurcMap_Map_GetMapTile - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

Map.GetMapTile 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 43

Syntax

C#

public MapTile GetMapTile(
	int x,
	int y
)

VB

Public Function GetMapTile ( 
	x As Integer,
	y As Integer
) As MapTile

VB Usage

Dim instance As Map
Dim x As Integer
Dim y As Integer
Dim returnValue As MapTile

returnValue = instance.GetMapTile(x, y)

C++

public:
MapTile^ GetMapTile(
	int x, 
	int y
)

F#

member GetMapTile : 
        x : int * 
        y : int -> MapTile 

Parameters

 

x
Type: System.Int32
x coordinate
y
Type: System.Int32
Y coordinate

Return Value

Type: MapTile
the Tile data

See Also

Reference

Map Class
Furcadia.FurcMap Namespace

⚠️ **GitHub.com Fallback** ⚠️