Class MissionMultiplayerHUDExtensionVM
- Assembly
- TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MissionMultiplayerHUDExtensionVM : ViewModel
- Inheritance
-
MissionMultiplayerHUDExtensionVM
Constructors
MissionMultiplayerHUDExtensionVM(Mission)
public MissionMultiplayerHUDExtensionVM(Mission mission)
Parameters
mission
Mission
Properties
AllyBanner
public ImageIdentifierVM AllyBanner { get; set; }
Property Value
AllyTeamColor
public string AllyTeamColor { get; set; }
Property Value
AllyTeamColor2
public string AllyTeamColor2 { get; set; }
Property Value
AllyTeamScore
public int AllyTeamScore { get; set; }
Property Value
CommanderInfo
public CommanderInfoVM CommanderInfo { get; set; }
Property Value
Enemies
public MBBindingList<MPPlayerVM> Enemies { get; set; }
Property Value
EnemyBanner
public ImageIdentifierVM EnemyBanner { get; set; }
Property Value
EnemyTeamColor
public string EnemyTeamColor { get; set; }
Property Value
EnemyTeamColor2
public string EnemyTeamColor2 { get; set; }
Property Value
EnemyTeamScore
public int EnemyTeamScore { get; set; }
Property Value
GeneralWarningCountdown
public int GeneralWarningCountdown { get; set; }
Property Value
IsGeneralWarningCountdownActive
public bool IsGeneralWarningCountdownActive { get; set; }
Property Value
IsInWarmup
public bool IsInWarmup { get; set; }
Property Value
IsOrderActive
public bool IsOrderActive { get; set; }
Property Value
IsRoundCountdownAvailable
public bool IsRoundCountdownAvailable { get; set; }
Property Value
IsRoundCountdownSuspended
public bool IsRoundCountdownSuspended { get; set; }
Property Value
RemainingRoundTime
public string RemainingRoundTime { get; set; }
Property Value
ShowCommanderInfo
public bool ShowCommanderInfo { get; set; }
Property Value
ShowHud
public bool ShowHud { get; set; }
Property Value
ShowPowerLevels
public bool ShowPowerLevels { get; set; }
Property Value
ShowTeamScores
public bool ShowTeamScores { get; set; }
Property Value
SpectatorControls
public MissionMultiplayerSpectatorHUDVM SpectatorControls { get; set; }
Property Value
Teammates
public MBBindingList<MPPlayerVM> Teammates { get; set; }
Property Value
WarmupInfoText
public string WarmupInfoText { get; set; }
Property Value
WarnRemainingTime
public bool WarnRemainingTime { get; set; }
Property Value
Methods
OnFinalize()
public override void OnFinalize()
OnSpectatedAgentFocusIn(Agent)
public void OnSpectatedAgentFocusIn(Agent followedAgent)
Parameters
followedAgent
Agent
OnSpectatedAgentFocusOut(Agent)
public void OnSpectatedAgentFocusOut(Agent followedPeer)
Parameters
followedPeer
Agent
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).