M_Furcadia_FurcMap_Map_GetWallAt - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

Map.GetWallAt 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 the wall number from a tile

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

Syntax

C#

public int GetWallAt(
	int x,
	int y
)

VB

Public Function GetWallAt ( 
	x As Integer,
	y As Integer
) As Integer

VB Usage

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

returnValue = instance.GetWallAt(x, y)

C++

public:
int GetWallAt(
	int x, 
	int y
)

F#

member GetWallAt : 
        x : int * 
        y : int -> int 

Parameters

 

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

Return Value

Type: Int32
The wall number

See Also

Reference

Map Class
Furcadia.FurcMap Namespace

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