Dream.Furres Property

Furcadia Framework

DreamFurres Property

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Dream List Furcadia requires Clients to handle thier own Dream Lists See

http://dev.furcadia.com/docs New Movement for Spawn and Remove packets

**Spawn is out dated. New information requires a 4byte for AFK flag at the end

As of V31, Color code has changed.

Namespace:  Furcadia.Net.DreamInfo
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public FurreList Furres { get; set; }
Public Property Furres As FurreList
	Get
	Set

Dim instance As Dream
Dim value As FurreList

value = instance.Furres

instance.Furres = value
public:
property FurreList^ Furres {
	FurreList^ get ();
	void set (FurreList^ value);
}
member Furres : FurreList with get, set

Property Value

Type: FurreList
See Also

Reference