ServerQue.ThroatTiredDelayTime Property

FFF3PP

ServerQueThroatTiredDelayTime Property

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 44
Syntax
public int ThroatTiredDelayTime { get; set; }
Public Property ThroatTiredDelayTime As Integer
	Get
	Set

Dim instance As ServerQue
Dim value As Integer

value = instance.ThroatTiredDelayTime

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

Property Value

Type: Int32
See Also