|
ProxyOptionsResetSettingTime Property
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
time delay to reset furcadia settings when
the furcadia client is launched.
Namespace:
Furcadia.Net.Options
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public int ResetSettingTime { get; set; }
Public Property ResetSettingTime As Integer
Get
Set
Dim instance As ProxyOptions
Dim value As Integer
value = instance.ResetSettingTime
instance.ResetSettingTime = value
public:
property int ResetSettingTime {
int get ();
void set (int value);
}
member ResetSettingTime : int with get, set
Property Value
Type:
Int32
The reset time in seconds
Defaults to 20 seconds;
See Also