Apply smiley filter on me-command (#6153)
This commit is contained in:
@@ -29,6 +29,8 @@ namespace Content.Server.Chat.Managers
|
||||
/// </summary>
|
||||
void TrySpeak(EntityUid source, string message, bool whisper = false, IConsoleShell? shell = null, IPlayerSession? player = null);
|
||||
|
||||
void TryEmote(EntityUid source, string message, IConsoleShell? shell = null, IPlayerSession? player = null);
|
||||
|
||||
/// <param name="hideChat">If true, message will not be logged to chat boxes but will still produce a speech bubble.</param>
|
||||
void EntitySay(EntityUid source, string message, bool hideChat=false);
|
||||
void EntityWhisper(EntityUid source, string message, bool hideChat = false);
|
||||
|
||||
Reference in New Issue
Block a user