Table of Contents

Interface IRoundComponent

Namespace
TaleWorlds.MountAndBlade
Assembly
TaleWorlds.MountAndBlade.dll
public interface IRoundComponent : IMissionBehavior

Properties

CurrentRoundState

MultiplayerRoundState CurrentRoundState { get; }

Property Value

MultiplayerRoundState

LastRoundEndRemainingTime

float LastRoundEndRemainingTime { get; }

Property Value

float

RemainingRoundTime

float RemainingRoundTime { get; }

Property Value

float

RoundCount

int RoundCount { get; }

Property Value

int

RoundEndReason

RoundEndReason RoundEndReason { get; }

Property Value

RoundEndReason

RoundWinner

BattleSideEnum RoundWinner { get; }

Property Value

BattleSideEnum

Events

OnCurrentRoundStateChanged

event Action OnCurrentRoundStateChanged

Event Type

Action

OnPostRoundEnded

event Action OnPostRoundEnded

Event Type

Action

OnPreRoundEnding

event Action OnPreRoundEnding

Event Type

Action

OnPreparationEnded

event Action OnPreparationEnded

Event Type

Action

OnRoundEnding

event Action OnRoundEnding

Event Type

Action

OnRoundStarted

event Action OnRoundStarted

Event Type

Action

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