FurreList.GetFurreByID Method (Int32)

Furcadia Framework

FurreListGetFurreByID Method (Int32)

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 a Furre from the Furrelist by its integer idd

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

public Furre GetFurreByID(
	int FurreID
)
Public Function GetFurreByID ( 
	FurreID As Integer
) As Furre

Dim instance As FurreList
Dim FurreID As Integer
Dim returnValue As Furre

returnValue = instance.GetFurreByID(FurreID)
public:
Furre^ GetFurreByID(
	int FurreID
)
member GetFurreByID : 
        FurreID : int -> Furre 

Parameters

FurreID
Type: SystemInt32
Furre ID as integer

Return Value

Type: Furre
Furre
See Also

Reference