|
DreamJustArrived Property
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Gets or sets a value indicating whether Bot has just arrived in a new dream;.
Namespace:
Furcadia.Net.DreamInfo
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public bool JustArrived { get; set; }
Public Property JustArrived As Boolean
Get
Set
Dim instance As Dream
Dim value As Boolean
value = instance.JustArrived
instance.JustArrived = value
public:
property bool JustArrived {
bool get ();
void set (bool value);
}
member JustArrived : bool with get, set
Property Value
Type:
Booleantrue if [just arrived]; otherwise,
false.
See Also