M_Furcadia_FurcMap_Map_SetFloorAt - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
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 floor number at a tile specified by x and y
Namespace: Furcadia.FurcMap
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public void SetFloorAt(
int x,
int y,
int floorNumber
)
VB
Public Sub SetFloorAt (
x As Integer,
y As Integer,
floorNumber As Integer
)
VB Usage
Dim instance As Map
Dim x As Integer
Dim y As Integer
Dim floorNumber As Integer
instance.SetFloorAt(x, y, floorNumber)
C++
public:
void SetFloorAt(
int x,
int y,
int floorNumber
)
F#
member SetFloorAt :
x : int *
y : int *
floorNumber : int -> unit
- x
- Type: System.Int32
x coordinate - y
- Type: System.Int32
Y coordinate - floorNumber
- Type: System.Int32
[Missing documentation for "M:Furcadia.FurcMap.Map.SetFloorAt(System.Int32,System.Int32,System.Int32)"]