M&B: Bannerlord 1.0.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.Core.MBNetwork Class Reference

Static Public Member Functions

static void Initialize (INetworkCommunication networkCommunication)
 

Static Public Attributes

const int MaxPlayerCount = 1023
 
static VirtualPlayer[] VirtualPlayers
 

Properties

static INetworkCommunication NetworkViewCommunication [get]
 
static bool MultiplayerDisabled [get]
 
static List< ICommunicatorNetworkPeers [get]
 
static List< ICommunicatorDisconnectedNetworkPeers [get]
 
static bool LogDisabled [get]
 
static bool IsSessionActive [get]
 
static bool IsServer [get]
 
static bool IsClient [get]
 
static VirtualPlayer MyPeer [get]
 

Member Function Documentation

◆ Initialize()

static void TaleWorlds.Core.MBNetwork.Initialize ( INetworkCommunication  networkCommunication)
static

Member Data Documentation

◆ MaxPlayerCount

const int TaleWorlds.Core.MBNetwork.MaxPlayerCount = 1023
static

◆ VirtualPlayers

VirtualPlayer [] TaleWorlds.Core.MBNetwork.VirtualPlayers
static

Property Documentation

◆ NetworkViewCommunication

INetworkCommunication TaleWorlds.Core.MBNetwork.NetworkViewCommunication
staticget

◆ MultiplayerDisabled

bool TaleWorlds.Core.MBNetwork.MultiplayerDisabled
staticget

◆ NetworkPeers

List<ICommunicator> TaleWorlds.Core.MBNetwork.NetworkPeers
staticget

◆ DisconnectedNetworkPeers

List<ICommunicator> TaleWorlds.Core.MBNetwork.DisconnectedNetworkPeers
staticget

◆ LogDisabled

bool TaleWorlds.Core.MBNetwork.LogDisabled
staticget

◆ IsSessionActive

bool TaleWorlds.Core.MBNetwork.IsSessionActive
staticget

◆ IsServer

bool TaleWorlds.Core.MBNetwork.IsServer
staticget

◆ IsClient

bool TaleWorlds.Core.MBNetwork.IsClient
staticget

◆ MyPeer

VirtualPlayer TaleWorlds.Core.MBNetwork.MyPeer
staticget