Class PartyScreenLogic.PartyCommand
- Namespace
- TaleWorlds.CampaignSystem.Party
- Assembly
- TaleWorlds.CampaignSystem.dll
public class PartyScreenLogic.PartyCommand : ISerializableObject
- Inheritance
-
PartyScreenLogic.PartyCommand
- Implements
- Inherited Members
Constructors
PartyCommand()
public PartyCommand()
Properties
Character
public CharacterObject Character { get; }
Property Value
Code
public PartyScreenLogic.PartyCommandCode Code { get; }
Property Value
Index
public int Index { get; }
Property Value
IsSortAscending
public bool IsSortAscending { get; }
Property Value
RosterSide
public PartyScreenLogic.PartyRosterSide RosterSide { get; }
Property Value
SortType
public PartyScreenLogic.TroopSortType SortType { get; }
Property Value
TotalNumber
public int TotalNumber { get; }
Property Value
Type
public PartyScreenLogic.TroopType Type { get; }
Property Value
UpgradeTarget
public int UpgradeTarget { get; }
Property Value
WoundedNumber
public int WoundedNumber { get; }
Property Value
Methods
FillForExecuteTroop(PartyRosterSide, TroopType, CharacterObject)
public void FillForExecuteTroop(PartyScreenLogic.PartyRosterSide side, PartyScreenLogic.TroopType type, CharacterObject character)
Parameters
side
PartyScreenLogic.PartyRosterSidetype
PartyScreenLogic.TroopTypecharacter
CharacterObject
FillForRecruitTroop(PartyRosterSide, TroopType, CharacterObject, int, int)
public void FillForRecruitTroop(PartyScreenLogic.PartyRosterSide side, PartyScreenLogic.TroopType type, CharacterObject character, int number, int index)
Parameters
side
PartyScreenLogic.PartyRosterSidetype
PartyScreenLogic.TroopTypecharacter
CharacterObjectnumber
intindex
int
FillForShiftTroop(PartyRosterSide, TroopType, CharacterObject, int)
public void FillForShiftTroop(PartyScreenLogic.PartyRosterSide side, PartyScreenLogic.TroopType type, CharacterObject character, int targetIndex)
Parameters
side
PartyScreenLogic.PartyRosterSidetype
PartyScreenLogic.TroopTypecharacter
CharacterObjecttargetIndex
int
FillForSortTroops(PartyRosterSide, TroopSortType, bool)
public void FillForSortTroops(PartyScreenLogic.PartyRosterSide side, PartyScreenLogic.TroopSortType sortType, bool isAscending)
Parameters
side
PartyScreenLogic.PartyRosterSidesortType
PartyScreenLogic.TroopSortTypeisAscending
bool
FillForTransferAllTroops(PartyRosterSide, TroopType)
public void FillForTransferAllTroops(PartyScreenLogic.PartyRosterSide side, PartyScreenLogic.TroopType type)
Parameters
FillForTransferPartyLeaderTroop(PartyRosterSide, TroopType, CharacterObject, int)
public void FillForTransferPartyLeaderTroop(PartyScreenLogic.PartyRosterSide side, PartyScreenLogic.TroopType type, CharacterObject character, int totalNumber)
Parameters
side
PartyScreenLogic.PartyRosterSidetype
PartyScreenLogic.TroopTypecharacter
CharacterObjecttotalNumber
int
FillForTransferTroop(PartyRosterSide, TroopType, CharacterObject, int, int, int)
public void FillForTransferTroop(PartyScreenLogic.PartyRosterSide fromSide, PartyScreenLogic.TroopType type, CharacterObject character, int totalNumber, int woundedNumber, int targetIndex)
Parameters
fromSide
PartyScreenLogic.PartyRosterSidetype
PartyScreenLogic.TroopTypecharacter
CharacterObjecttotalNumber
intwoundedNumber
inttargetIndex
int
FillForTransferTroopToLeaderSlot(PartyRosterSide, TroopType, CharacterObject, int, int, int)
public void FillForTransferTroopToLeaderSlot(PartyScreenLogic.PartyRosterSide side, PartyScreenLogic.TroopType type, CharacterObject character, int totalNumber, int woundedNumber, int targetIndex)
Parameters
side
PartyScreenLogic.PartyRosterSidetype
PartyScreenLogic.TroopTypecharacter
CharacterObjecttotalNumber
intwoundedNumber
inttargetIndex
int
FillForUpgradeTroop(PartyRosterSide, TroopType, CharacterObject, int, int, int)
public void FillForUpgradeTroop(PartyScreenLogic.PartyRosterSide side, PartyScreenLogic.TroopType type, CharacterObject character, int number, int upgradeTargetType, int index)
Parameters
side
PartyScreenLogic.PartyRosterSidetype
PartyScreenLogic.TroopTypecharacter
CharacterObjectnumber
intupgradeTargetType
intindex
int
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).