P_Furcadia_Net_Utils_ServerQue_ThroatTiredDelayTime - 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.]
When "Your throat is tired appears, Pause processing of client to server instructions,
Namespace: Furcadia.Net.Utils
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public int ThroatTiredDelayTime { get; set; }
VB
Public Property ThroatTiredDelayTime As Integer
Get
Set
VB Usage
Dim instance As ServerQue
Dim value As Integer
value = instance.ThroatTiredDelayTime
instance.ThroatTiredDelayTime = value
C++
public:
property int ThroatTiredDelayTime {
int get ();
void set (int value);
}
F#
member ThroatTiredDelayTime : int with get, set
Type: Int32