M_Furcadia_Net_DreamInfo_FurreList_GetFurreByID - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

FurreList.GetFurreByID Method (Base220)

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

Get's a Furre from the Dream List bu it's ID

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

Syntax

C#

public Furre GetFurreByID(
	Base220 FurreID
)

VB

Public Function GetFurreByID ( 
	FurreID As Base220
) As Furre

VB Usage

Dim instance As FurreList
Dim FurreID As Base220
Dim returnValue As Furre

returnValue = instance.GetFurreByID(FurreID)

C++

public:
Furre^ GetFurreByID(
	Base220^ FurreID
)

F#

member GetFurreByID : 
        FurreID : Base220 -> Furre 

Parameters

 

FurreID
Type: Furcadia.Text.Base220
Base220 4 byte string representing the Furre ID

Return Value

Type: Furre
[Missing documentation for "M:Furcadia.Net.DreamInfo.FurreList.GetFurreByID(Furcadia.Text.Base220)"]

See Also

Reference

FurreList Class
GetFurreByID Overload
Furcadia.Net.DreamInfo Namespace

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