Class SharedBwoinkSystem.BwoinkTextMessage
Inheritance
System.Object
SharedBwoinkSystem.BwoinkTextMessage
Assembly: Content.Shared.dll
Syntax
public sealed class BwoinkTextMessage : EntityEventArgs
Constructors
|
Improve this Doc
View Source
BwoinkTextMessage(NetUserId, NetUserId, String, Nullable<DateTime>)
Declaration
public BwoinkTextMessage(NetUserId userId, NetUserId trueSender, string text, DateTime? sentAt = null)
Parameters
Type |
Name |
Description |
Robust.Shared.Network.NetUserId |
userId |
|
Robust.Shared.Network.NetUserId |
trueSender |
|
System.String |
text |
|
System.Nullable<DateTime> |
sentAt |
|
Properties
|
Improve this Doc
View Source
SentAt
Declaration
public DateTime SentAt { get; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
Text
Declaration
public string Text { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TrueSender
Declaration
public NetUserId TrueSender { get; }
Property Value
Type |
Description |
Robust.Shared.Network.NetUserId |
|
|
Improve this Doc
View Source
UserId
Declaration
public NetUserId UserId { get; }
Property Value
Type |
Description |
Robust.Shared.Network.NetUserId |
|