|
FurreListUpdate Method
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Updates the specified furre in the list.
Namespace:
Furcadia.Net.DreamInfo
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public bool Update(
Furre Furre
)
Public Function Update (
Furre As Furre
) As Boolean
Dim instance As FurreList
Dim Furre As Furre
Dim returnValue As Boolean
returnValue = instance.Update(Furre)
public:
bool Update(
Furre^ Furre
)
member Update :
Furre : Furre -> bool
Parameters
- Furre
- Type: Furcadia.Net.DreamInfoFurre
The furre.
Return Value
Type:
BooleanTrue is the specified furre is in the list.
See Also