Table of Contents

Class PlayerMoveTroopEvent

Namespace
TaleWorlds.CampaignSystem.ViewModelCollection.Party
Assembly
TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class PlayerMoveTroopEvent : EventBase
Inheritance
PlayerMoveTroopEvent
Inherited Members

Constructors

PlayerMoveTroopEvent(CharacterObject, PartyRosterSide, PartyRosterSide, int, bool)

public PlayerMoveTroopEvent(CharacterObject troop, PartyScreenLogic.PartyRosterSide fromSide, PartyScreenLogic.PartyRosterSide toSide, int amount, bool isPrisoner)

Parameters

troop CharacterObject
fromSide PartyScreenLogic.PartyRosterSide
toSide PartyScreenLogic.PartyRosterSide
amount int
isPrisoner bool

Properties

Amount

public int Amount { get; }

Property Value

int

FromSide

public PartyScreenLogic.PartyRosterSide FromSide { get; }

Property Value

PartyScreenLogic.PartyRosterSide

IsPrisoner

public bool IsPrisoner { get; }

Property Value

bool

ToSide

public PartyScreenLogic.PartyRosterSide ToSide { get; }

Property Value

PartyScreenLogic.PartyRosterSide

Troop

public CharacterObject Troop { get; }

Property Value

CharacterObject

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