Table of Contents

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

CampaignTime

Culture

[SaveableField(20)]
public CultureObject Culture

Field Value

CultureObject

Direction

[SaveableField(1)]
public float Direction

Field Value

float

Life

[SaveableField(140)]
public float Life

Field Value

float

NumberOfAllMembers

[SaveableField(40)]
public int NumberOfAllMembers

Field Value

int

NumberOfHealthyMembers

[SaveableField(50)]
public int NumberOfHealthyMembers

Field Value

int

NumberOfMenWithHorse

[SaveableField(60)]
public int NumberOfMenWithHorse

Field Value

int

NumberOfMenWithoutHorse

[SaveableField(70)]
public int NumberOfMenWithoutHorse

Field Value

int

NumberOfPackAnimals

[SaveableField(80)]
public int NumberOfPackAnimals

Field Value

int

NumberOfPrisoners

[SaveableField(90)]
public int NumberOfPrisoners

Field Value

int

PartyName

[SaveableField(10)]
public TextObject PartyName

Field Value

TextObject

PartyType

[SaveableField(150)]
public Track.PartyTypeEnum PartyType

Field Value

Track.PartyTypeEnum

Position

[SaveableField(0)]
public Vec2 Position

Field Value

Vec2

Speed

[SaveableField(30)]
public float Speed

Field Value

float

Properties

GetPosition2D

public Vec2 GetPosition2D { get; }

Property Value

Vec2

IsAlive

public bool IsAlive { get; }

Property Value

bool

IsDetected

[SaveableProperty(110)]
public bool IsDetected { get; set; }

Property Value

bool

IsEnemy

[SaveableProperty(130)]
public bool IsEnemy { get; set; }

Property Value

bool

IsExpired

public bool IsExpired { get; }

Property Value

bool

IsPointer

[SaveableProperty(120)]
public bool IsPointer { get; set; }

Property Value

bool

Scale

public float Scale { get; }

Property Value

float

Size

public int Size { get; }

Property Value

int

Methods

GetPartyTypeEnum(MobileParty)

public static Track.PartyTypeEnum GetPartyTypeEnum(MobileParty party)

Parameters

party MobileParty

Returns

Track.PartyTypeEnum

Reset()

public void Reset()

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