Furcadia Framework For Third Party Programs
FurreListGetFurreByID Method (Int32) |
[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: FurreFurre 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