Class BwoinkClientTypingUpdated
Sent by the client to notify the server when it begins or stops typing.
Inheritance
System.Object
BwoinkClientTypingUpdated
Namespace: Content.Shared.Administration
Assembly: Content.Shared.dll
Syntax
public sealed class BwoinkClientTypingUpdated : EntityEventArgs
Constructors
| Improve this Doc View SourceBwoinkClientTypingUpdated(NetUserId, Boolean)
Declaration
public BwoinkClientTypingUpdated(NetUserId channel, bool typing)
Parameters
Type | Name | Description |
---|---|---|
Robust.Shared.Network.NetUserId | channel | |
System.Boolean | typing |
Properties
| Improve this Doc View SourceChannel
Declaration
public NetUserId Channel { get; }
Property Value
Type | Description |
---|---|
Robust.Shared.Network.NetUserId |
Typing
Declaration
public bool Typing { get; }
Property Value
Type | Description |
---|---|
System.Boolean |