Table of Contents

Class ChatManager.GetChatRoomResult

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

Constructors

GetChatRoomResult(bool, ChatRoomInformationForClient, TextObject)

public GetChatRoomResult(bool successful, ChatRoomInformationForClient room, TextObject error)

Parameters

successful bool
room ChatRoomInformationForClient
error TextObject

Properties

ErrorMessage

public TextObject ErrorMessage { get; }

Property Value

TextObject

Room

public ChatRoomInformationForClient Room { get; }

Property Value

ChatRoomInformationForClient

Successful

public bool Successful { get; }

Property Value

bool

Methods

CreateFailed(TextObject)

public static ChatManager.GetChatRoomResult CreateFailed(TextObject error)

Parameters

error TextObject

Returns

ChatManager.GetChatRoomResult

CreateSuccessful(ChatRoomInformationForClient)

public static ChatManager.GetChatRoomResult CreateSuccessful(ChatRoomInformationForClient room)

Parameters

room ChatRoomInformationForClient

Returns

ChatManager.GetChatRoomResult

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