Table of Contents

Class DummyCommunicator

Namespace
TaleWorlds.Core
Assembly
TaleWorlds.Core.dll
public class DummyCommunicator : ICommunicator
Inheritance
DummyCommunicator
Implements
Inherited Members

Properties

IsConnectionActive

public bool IsConnectionActive { get; }

Property Value

bool

IsNetworkActive

public bool IsNetworkActive { get; }

Property Value

bool

IsServerPeer

public bool IsServerPeer { get; }

Property Value

bool

IsSynchronized

public bool IsSynchronized { get; set; }

Property Value

bool

VirtualPlayer

public VirtualPlayer VirtualPlayer { get; }

Property Value

VirtualPlayer

Methods

CreateAsClient(string, int)

public static DummyCommunicator CreateAsClient(string name, int index)

Parameters

name string
index int

Returns

DummyCommunicator

CreateAsServer(int, string)

public static DummyCommunicator CreateAsServer(int index, string name)

Parameters

index int
name string

Returns

DummyCommunicator

OnAddComponent(PeerComponent)

public void OnAddComponent(PeerComponent component)

Parameters

component PeerComponent

OnRemoveComponent(PeerComponent)

public void OnRemoveComponent(PeerComponent component)

Parameters

component PeerComponent

OnSynchronizeComponentTo(VirtualPlayer, PeerComponent)

public void OnSynchronizeComponentTo(VirtualPlayer peer, PeerComponent component)

Parameters

peer VirtualPlayer
component PeerComponent

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