|
MapSetRegionAt Method
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Set the region number at a tile specified by x & y
Namespace:
Furcadia.FurcMap
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public void SetRegionAt(
int x,
int y,
int regionNumber
)
Public Sub SetRegionAt (
x As Integer,
y As Integer,
regionNumber As Integer
)
Dim instance As Map
Dim x As Integer
Dim y As Integer
Dim regionNumber As Integer
instance.SetRegionAt(x, y, regionNumber)
public:
void SetRegionAt(
int x,
int y,
int regionNumber
)
member SetRegionAt :
x : int *
y : int *
regionNumber : int -> unit
Parameters
- x
- Type: SystemInt32
x coordinate
- y
- Type: SystemInt32
Y coordinate
- regionNumber
- Type: SystemInt32
[Missing <param name="regionNumber"/> documentation for "M:Furcadia.FurcMap.Map.SetRegionAt(System.Int32,System.Int32,System.Int32)"]
See Also