Map.EncodeDream Property

FFF3PP

MapEncodeDream Property

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

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

Encrypt the dream?

Namespace:  Furcadia.FurcMap
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public bool EncodeDream { get; set; }
Public Property EncodeDream As Boolean
	Get
	Set

Dim instance As Map
Dim value As Boolean

value = instance.EncodeDream

instance.EncodeDream = value
public:
property bool EncodeDream {
	bool get ();
	void set (bool value);
}
member EncodeDream : bool with get, set

Property Value

Type: Boolean
See Also