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
boolroom
ChatRoomInformationForClienterror
TextObject
Properties
ErrorMessage
public TextObject ErrorMessage { get; }
Property Value
Room
public ChatRoomInformationForClient Room { get; }
Property Value
Successful
public bool Successful { get; }
Property Value
Methods
CreateFailed(TextObject)
public static ChatManager.GetChatRoomResult CreateFailed(TextObject error)
Parameters
error
TextObject
Returns
CreateSuccessful(ChatRoomInformationForClient)
public static ChatManager.GetChatRoomResult CreateSuccessful(ChatRoomInformationForClient room)
Parameters
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).