M_Furcadia_FurcMap_Map_SetObjectAt - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

Map.SetObjectAt 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 object number at a tile specified by x & y

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

Syntax

C#

public void SetObjectAt(
	int x,
	int y,
	int objectNumber
)

VB

Public Sub SetObjectAt ( 
	x As Integer,
	y As Integer,
	objectNumber As Integer
)

VB Usage

Dim instance As Map
Dim x As Integer
Dim y As Integer
Dim objectNumber As Integer

instance.SetObjectAt(x, y, objectNumber)

C++

public:
void SetObjectAt(
	int x, 
	int y, 
	int objectNumber
)

F#

member SetObjectAt : 
        x : int * 
        y : int * 
        objectNumber : int -> unit 

Parameters

 

x
Type: System.Int32
x coordinate
y
Type: System.Int32
Y coordinate
objectNumber
Type: System.Int32
[Missing documentation for "M:Furcadia.FurcMap.Map.SetObjectAt(System.Int32,System.Int32,System.Int32)"]

See Also

Reference

Map Class
Furcadia.FurcMap Namespace

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