|
NetConnectionOnThroatTiredTrigger Method
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Called when [throat tired trigger].
Namespace:
Furcadia.Net.DirectConnection
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public void OnThroatTiredTrigger(
bool stat
)
Public Sub OnThroatTiredTrigger (
stat As Boolean
)
Dim instance As NetConnection
Dim stat As Boolean
instance.OnThroatTiredTrigger(stat)
public:
void OnThroatTiredTrigger(
bool stat
)
member OnThroatTiredTrigger :
stat : bool -> unit
Parameters
- stat
- Type: SystemBoolean
if set to true [stat].
See Also