Furcadia Framework For Third Party Programs
ServerQueNoEndurance Property |
[This is preliminary documentation and is subject to change.]
Is the connect `noendurance enabled?
Namespace: Furcadia.Net.Utils
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public bool NoEndurance { get; set; }
Public Property NoEndurance As Boolean Get Set Dim instance As ServerQue Dim value As Boolean value = instance.NoEndurance instance.NoEndurance = value
public: property bool NoEndurance { bool get (); void set (bool value); }
member NoEndurance : bool with get, set
Property Value
Type: BooleanSee Also