Class Track
- Namespace
- TaleWorlds.CampaignSystem
- Assembly
- TaleWorlds.CampaignSystem.dll
public sealed class Track
- Inheritance
-
Track
- Inherited Members
Constructors
Track()
public Track()
Fields
CreationTime
[SaveableField(100)]
public CampaignTime CreationTime
Field Value
Culture
[SaveableField(20)]
public CultureObject Culture
Field Value
Direction
[SaveableField(1)]
public float Direction
Field Value
Life
[SaveableField(140)]
public float Life
Field Value
NumberOfAllMembers
[SaveableField(40)]
public int NumberOfAllMembers
Field Value
NumberOfHealthyMembers
[SaveableField(50)]
public int NumberOfHealthyMembers
Field Value
NumberOfMenWithHorse
[SaveableField(60)]
public int NumberOfMenWithHorse
Field Value
NumberOfMenWithoutHorse
[SaveableField(70)]
public int NumberOfMenWithoutHorse
Field Value
NumberOfPackAnimals
[SaveableField(80)]
public int NumberOfPackAnimals
Field Value
NumberOfPrisoners
[SaveableField(90)]
public int NumberOfPrisoners
Field Value
PartyName
[SaveableField(10)]
public TextObject PartyName
Field Value
PartyType
[SaveableField(150)]
public Track.PartyTypeEnum PartyType
Field Value
Position
[SaveableField(0)]
public Vec2 Position
Field Value
Speed
[SaveableField(30)]
public float Speed
Field Value
Properties
GetPosition2D
public Vec2 GetPosition2D { get; }
Property Value
IsAlive
public bool IsAlive { get; }
Property Value
IsDetected
[SaveableProperty(110)]
public bool IsDetected { get; set; }
Property Value
IsEnemy
[SaveableProperty(130)]
public bool IsEnemy { get; set; }
Property Value
IsExpired
public bool IsExpired { get; }
Property Value
IsPointer
[SaveableProperty(120)]
public bool IsPointer { get; set; }
Property Value
Scale
public float Scale { get; }
Property Value
Size
public int Size { get; }
Property Value
Methods
GetPartyTypeEnum(MobileParty)
public static Track.PartyTypeEnum GetPartyTypeEnum(MobileParty party)
Parameters
party
MobileParty
Returns
Reset()
public void Reset()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).