P_Furcadia_Net_Pounce_PounceConnection_TotalFurresOnline - 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.]
Total on-line Furre count retrieved from an on-line check request
Namespace: Furcadia.Net.Pounce
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public static int TotalFurresOnline { get; }
VB
Public Shared ReadOnly Property TotalFurresOnline As Integer
Get
VB Usage
Dim value As Integer
value = PounceConnection.TotalFurresOnline
C++
public:
static property int TotalFurresOnline {
int get ();
}
F#
static member TotalFurresOnline : int with get
Type: Int32