|
FurreListGetFurreByID 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's a Furre from the Dream List bu it's ID
Namespace:
Furcadia.Net.DreamInfo
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public Furre GetFurreByID(
Base220 FurreID
)
Public Function GetFurreByID (
FurreID As Base220
) As Furre
Dim instance As FurreList
Dim FurreID As Base220
Dim returnValue As Furre
returnValue = instance.GetFurreByID(FurreID)
public:
Furre^ GetFurreByID(
Base220^ FurreID
)
member GetFurreByID :
FurreID : Base220 -> Furre
Parameters
- FurreID
- Type: Furcadia.TextBase220
Base220 4 byte string representing the Furre ID
Return Value
Type:
Furre[Missing <returns> documentation for "M:Furcadia.Net.DreamInfo.FurreList.GetFurreByID(Furcadia.Text.Base220)"]
See Also