Class BwoinkPlayerTypingUpdated
Sent by server to notify admins when a player begins or stops typing.
Inheritance
System.Object
BwoinkPlayerTypingUpdated
Assembly: Content.Shared.dll
Syntax
public sealed class BwoinkPlayerTypingUpdated : EntityEventArgs
Constructors
|
Improve this Doc
View Source
BwoinkPlayerTypingUpdated(NetUserId, String, Boolean)
Declaration
public BwoinkPlayerTypingUpdated(NetUserId channel, string playerName, bool typing)
Parameters
Type |
Name |
Description |
Robust.Shared.Network.NetUserId |
channel |
|
System.String |
playerName |
|
System.Boolean |
typing |
|
Properties
|
Improve this Doc
View Source
Channel
Declaration
public NetUserId Channel { get; }
Property Value
Type |
Description |
Robust.Shared.Network.NetUserId |
|
|
Improve this Doc
View Source
PlayerName
Declaration
public string PlayerName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Typing
Declaration
public bool Typing { get; }
Property Value
Type |
Description |
System.Boolean |
|