P_Furcadia_Net_Pounce_PounceFurre_Online - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Furre Currently online
Namespace: Furcadia.Net.Pounce
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public bool Online { get; set; }
VB
Public Property Online As Boolean
Get
Set
VB Usage
Dim instance As PounceFurre
Dim value As Boolean
value = instance.Online
instance.Online = value
C++
public:
property bool Online {
bool get ();
void set (bool value);
}
F#
member Online : bool with get, set
Type: Boolean