Map.GetRegionAt Method

Furcadia Framework

MapGetRegionAt Method

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Get the region number from a tile

Namespace:  Furcadia.FurcMap
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public int GetRegionAt(
	int x,
	int y
)
Public Function GetRegionAt ( 
	x As Integer,
	y As Integer
) As Integer

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

returnValue = instance.GetRegionAt(x, 
	y)
public:
int GetRegionAt(
	int x, 
	int y
)
member GetRegionAt : 
        x : int * 
        y : int -> int 

Parameters

x
Type: SystemInt32
x coordinate
y
Type: SystemInt32
Y coordinate

Return Value

Type: Int32
The region number
See Also

Reference