Table of Contents

Class MultiplayerDuelVM

Namespace
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection
Assembly
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MultiplayerDuelVM : ViewModel
Inheritance
MultiplayerDuelVM

Constructors

MultiplayerDuelVM(Camera, MissionMultiplayerGameModeDuelClient)

public MultiplayerDuelVM(Camera missionCamera, MissionMultiplayerGameModeDuelClient client)

Parameters

missionCamera Camera
client MissionMultiplayerGameModeDuelClient

Properties

AreOngoingDuelsActive

public bool AreOngoingDuelsActive { get; set; }

Property Value

bool

IsEnabled

public bool IsEnabled { get; set; }

Property Value

bool

IsPlayerInDuel

public bool IsPlayerInDuel { get; set; }

Property Value

bool

KillNotifications

public MBBindingList<MPDuelKillNotificationItemVM> KillNotifications { get; set; }

Property Value

MBBindingList<MPDuelKillNotificationItemVM>

Markers

public MissionDuelMarkersVM Markers { get; set; }

Property Value

MissionDuelMarkersVM

OngoingDuels

public MBBindingList<DuelMatchVM> OngoingDuels { get; set; }

Property Value

MBBindingList<DuelMatchVM>

PlayerBounty

public int PlayerBounty { get; set; }

Property Value

int

PlayerDuelMatch

public DuelMatchVM PlayerDuelMatch { get; set; }

Property Value

DuelMatchVM

PlayerPrefferedArenaType

public int PlayerPrefferedArenaType { get; set; }

Property Value

int

PlayerScoreText

public string PlayerScoreText { get; set; }

Property Value

string

RemainingRoundTime

public string RemainingRoundTime { get; set; }

Property Value

string

Methods

GetAgentDefaultPreferredArenaType(Agent)

public static TroopType GetAgentDefaultPreferredArenaType(Agent agent)

Parameters

agent Agent

Returns

TroopType

OnFinalize()

public override void OnFinalize()

OnMainAgentBuild()

public void OnMainAgentBuild()

OnMainAgentRemoved()

public void OnMainAgentRemoved()

OnScreenResolutionChanged()

public void OnScreenResolutionChanged()

RefreshValues()

public override void RefreshValues()

Tick(float)

public void Tick(float dt)

Parameters

dt float

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