Interface IMissionTroopSupplier
- Namespace
- TaleWorlds.Core
- Assembly
- TaleWorlds.Core.dll
public interface IMissionTroopSupplier
Properties
AnyTroopRemainsToBeSupplied
bool AnyTroopRemainsToBeSupplied { get; }
Property Value
NumRemovedTroops
int NumRemovedTroops { get; }
Property Value
NumTroopsNotSupplied
int NumTroopsNotSupplied { get; }
Property Value
Methods
GetAllTroops()
IEnumerable<IAgentOriginBase> GetAllTroops()
Returns
GetGeneralCharacter()
BasicCharacterObject GetGeneralCharacter()
Returns
GetNumberOfPlayerControllableTroops()
int GetNumberOfPlayerControllableTroops()
Returns
SupplyTroops(int)
IEnumerable<IAgentOriginBase> SupplyTroops(int numberToAllocate)
Parameters
numberToAllocate
int
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).