P_Furcadia_Net_DreamInfo_Dream_Furres - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

Dream.Furres Property

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 43

Syntax

C#

public FurreList Furres { get; set; }

VB

Public Property Furres As FurreList
	Get
	Set

VB Usage

Dim instance As Dream
Dim value As FurreList

value = instance.Furres

instance.Furres = value

C++

public:
property FurreList^ Furres {
	FurreList^ get ();
	void set (FurreList^ value);
}

F#

member Furres : FurreList with get, set

Property Value

Type: FurreList

See Also

Reference

Dream Class
Furcadia.Net.DreamInfo Namespace

⚠️ **GitHub.com Fallback** ⚠️