FurreList.GetFurreByID Method (Int32)

FFF3PP

FurreListGetFurreByID Method (Int32)

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 44
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 name with a real Furcadia ID if the furre is in the dream Other wise, Furre with with name unknown and the given Furre Id

Furre Id of -1 is Undefined

See Also