Interface IRoundComponent
- Namespace
- TaleWorlds.MountAndBlade
- Assembly
- TaleWorlds.MountAndBlade.dll
public interface IRoundComponent : IMissionBehavior
Properties
CurrentRoundState
MultiplayerRoundState CurrentRoundState { get; }
Property Value
LastRoundEndRemainingTime
float LastRoundEndRemainingTime { get; }
Property Value
RemainingRoundTime
float RemainingRoundTime { get; }
Property Value
RoundCount
int RoundCount { get; }
Property Value
RoundEndReason
RoundEndReason RoundEndReason { get; }
Property Value
RoundWinner
BattleSideEnum RoundWinner { get; }
Property Value
Events
OnCurrentRoundStateChanged
event Action OnCurrentRoundStateChanged
Event Type
OnPostRoundEnded
event Action OnPostRoundEnded
Event Type
OnPreRoundEnding
event Action OnPreRoundEnding
Event Type
OnPreparationEnded
event Action OnPreparationEnded
Event Type
OnRoundEnding
event Action OnRoundEnding
Event Type
OnRoundStarted
event Action OnRoundStarted
Event Type
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).