Table of Contents

Class MultiplayerPollProgressVM

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

Constructors

MultiplayerPollProgressVM()

public MultiplayerPollProgressVM()

Properties

AreKeysEnabled

public bool AreKeysEnabled { get; set; }

Property Value

bool

HasOngoingPoll

public bool HasOngoingPoll { get; set; }

Property Value

bool

Keys

public MBBindingList<InputKeyItemVM> Keys { get; set; }

Property Value

MBBindingList<InputKeyItemVM>

PollDescription

public string PollDescription { get; set; }

Property Value

string

PollInitiatorName

public string PollInitiatorName { get; set; }

Property Value

string

TargetPlayer

public MPPlayerVM TargetPlayer { get; set; }

Property Value

MPPlayerVM

VotesAccepted

public int VotesAccepted { get; set; }

Property Value

int

VotesRejected

public int VotesRejected { get; set; }

Property Value

int

Methods

AddKey(GameKey)

public void AddKey(GameKey key)

Parameters

key GameKey

OnKickPollOpened(MissionPeer, MissionPeer, bool)

public void OnKickPollOpened(MissionPeer initiatorPeer, MissionPeer targetPeer, bool isBanRequested)

Parameters

initiatorPeer MissionPeer
targetPeer MissionPeer
isBanRequested bool

OnPollClosed()

public void OnPollClosed()

OnPollOptionPicked()

public void OnPollOptionPicked()

OnPollUpdated(int, int)

public void OnPollUpdated(int votesAccepted, int votesRejected)

Parameters

votesAccepted int
votesRejected int

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