T_Furcadia_Net_Utils_ServerQue_ThroatTiredEnabled - 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.]
Throat Tired even handler
Namespace: Furcadia.Net.Utils
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public delegate void ThroatTiredEnabled(
bool enable
)
VB
Public Delegate Sub ThroatTiredEnabled (
enable As Boolean
)
VB Usage
Dim instance As New ThroatTiredEnabled(AddressOf HandlerMethod)
C++
public delegate void ThroatTiredEnabled(
bool enable
)
F#
type ThroatTiredEnabled =
delegate of
enable : bool -> unit
- enable
- Type: System.Boolean
if set totrue
[enable].