FurreList.GetFurreByName Method

FFF3PP

FurreListGetFurreByName Method

This stuff is still in the planning stages. Any questions or Comments are welcome.

[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: Furre
Furre 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
ExceptionCondition
ArgumentNullException
See Also