Table of Contents

Class ChatManager

Namespace
TaleWorlds.MountAndBlade.Diamond
Assembly
TaleWorlds.MountAndBlade.Diamond.dll
public class ChatManager
Inheritance
ChatManager
Inherited Members

Constructors

ChatManager(IChatClientHandler)

public ChatManager(IChatClientHandler chatClientHandler)

Parameters

chatClientHandler IChatClientHandler

Properties

Rooms

public List<ChatRoomInformationForClient> Rooms { get; }

Property Value

List<ChatRoomInformationForClient>

Methods

Cleanup()

public void Cleanup()

OnChatRoomClosed(Guid)

public void OnChatRoomClosed(Guid roomId)

Parameters

roomId Guid

OnJoinChatRoom(ChatRoomInformationForClient, PlayerId, string)

public void OnJoinChatRoom(ChatRoomInformationForClient info, PlayerId playerId, string playerName)

Parameters

info ChatRoomInformationForClient
playerId PlayerId
playerName string

OnTick()

public void OnTick()

SendMessage(Guid, string)

public void SendMessage(Guid roomId, string message)

Parameters

roomId Guid
message string

TryGetChatRoom(string)

public ChatManager.GetChatRoomResult TryGetChatRoom(string command)

Parameters

command string

Returns

ChatManager.GetChatRoomResult

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).