Table of Contents

Interface ICommanderInfo

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

Properties

AllCapturePoints

IEnumerable<FlagCapturePoint> AllCapturePoints { get; }

Property Value

IEnumerable<FlagCapturePoint>

AreMoralesIndependent

bool AreMoralesIndependent { get; }

Property Value

bool

Methods

GetFlagOwner(FlagCapturePoint)

Team GetFlagOwner(FlagCapturePoint flag)

Parameters

flag FlagCapturePoint

Returns

Team

Events

OnCapturePointOwnerChangedEvent

event Action<FlagCapturePoint, Team> OnCapturePointOwnerChangedEvent

Event Type

Action<FlagCapturePoint, Team>

OnFlagNumberChangedEvent

event Action OnFlagNumberChangedEvent

Event Type

Action

OnMoraleChangedEvent

event Action<BattleSideEnum, float> OnMoraleChangedEvent

Event Type

Action<BattleSideEnum, float>

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