Table of Contents

Class CustomBattleServerReadyMessage

Namespace
Messages.FromCustomBattleServer.ToCustomBattleServerManager
Assembly
TaleWorlds.MountAndBlade.Diamond.dll
[MessageDescription("CustomBattleServer", "CustomBattleServerManager")]
public class CustomBattleServerReadyMessage : LoginMessage
Inheritance
CustomBattleServerReadyMessage
Inherited Members

Constructors

CustomBattleServerReadyMessage()

public CustomBattleServerReadyMessage()

CustomBattleServerReadyMessage(PeerId, ApplicationVersion, string, ModuleInfoModel[], bool)

public CustomBattleServerReadyMessage(PeerId peerId, ApplicationVersion applicationVersion, string authToken, ModuleInfoModel[] loadedModules, bool allowsOptionalModules)

Parameters

peerId PeerId
applicationVersion ApplicationVersion
authToken string
loadedModules ModuleInfoModel[]
allowsOptionalModules bool

Properties

AllowsOptionalModules

public bool AllowsOptionalModules { get; }

Property Value

bool

ApplicationVersion

public ApplicationVersion ApplicationVersion { get; }

Property Value

ApplicationVersion

AuthToken

public string AuthToken { get; }

Property Value

string

LoadedModules

public ModuleInfoModel[] LoadedModules { get; }

Property Value

ModuleInfoModel[]

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