Class MultiplayerPollProgressVM
- 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
HasOngoingPoll
public bool HasOngoingPoll { get; set; }
Property Value
Keys
public MBBindingList<InputKeyItemVM> Keys { get; set; }
Property Value
PollDescription
public string PollDescription { get; set; }
Property Value
PollInitiatorName
public string PollInitiatorName { get; set; }
Property Value
TargetPlayer
public MPPlayerVM TargetPlayer { get; set; }
Property Value
VotesAccepted
public int VotesAccepted { get; set; }
Property Value
VotesRejected
public int VotesRejected { get; set; }
Property Value
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
MissionPeertargetPeer
MissionPeerisBanRequested
bool
OnPollClosed()
public void OnPollClosed()
OnPollOptionPicked()
public void OnPollOptionPicked()
OnPollUpdated(int, int)
public void OnPollUpdated(int votesAccepted, int votesRejected)
Parameters
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).