Furcadia Framework For Third Party Programs
FurreListGetFurreByName Method |
[This is preliminary documentation and is subject to change.]
Gets a Furre object by the Furre's Name
Namespace: Furcadia.Net.DreamInfo
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public Furre GetFurreByName( string sname )
Public Function GetFurreByName ( sname As String ) As Furre Dim instance As FurreList Dim sname As String Dim returnValue As Furre returnValue = instance.GetFurreByName(sname)
public: Furre^ GetFurreByName( String^ sname )
member GetFurreByName : sname : string -> Furre
Parameters
- sname
- Type: SystemString
The sname.
Return Value
Type: FurreFurre name with a real Furcadia ID if the furre is in the dream Other wise, Furre with Furre Id 0
Furre Id of -1 is Undefined
Exceptions
Exception | Condition |
---|---|
ArgumentNullException |
See Also