Table of Contents

Interface IMissionTroopSupplier

Namespace
TaleWorlds.Core
Assembly
TaleWorlds.Core.dll
public interface IMissionTroopSupplier

Properties

AnyTroopRemainsToBeSupplied

bool AnyTroopRemainsToBeSupplied { get; }

Property Value

bool

NumRemovedTroops

int NumRemovedTroops { get; }

Property Value

int

NumTroopsNotSupplied

int NumTroopsNotSupplied { get; }

Property Value

int

Methods

GetAllTroops()

IEnumerable<IAgentOriginBase> GetAllTroops()

Returns

IEnumerable<IAgentOriginBase>

GetGeneralCharacter()

BasicCharacterObject GetGeneralCharacter()

Returns

BasicCharacterObject

GetNumberOfPlayerControllableTroops()

int GetNumberOfPlayerControllableTroops()

Returns

int

SupplyTroops(int)

IEnumerable<IAgentOriginBase> SupplyTroops(int numberToAllocate)

Parameters

numberToAllocate int

Returns

IEnumerable<IAgentOriginBase>

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