Table of Contents

Class MapTracksCampaignBehavior

Namespace
TaleWorlds.CampaignSystem.CampaignBehaviors
Assembly
TaleWorlds.CampaignSystem.dll
public class MapTracksCampaignBehavior : CampaignBehaviorBase, IMapTracksCampaignBehavior, ICampaignBehavior
Inheritance
MapTracksCampaignBehavior
Implements
Inherited Members

Constructors

MapTracksCampaignBehavior()

public MapTracksCampaignBehavior()

Properties

DetectedTracks

public MBReadOnlyList<Track> DetectedTracks { get; }

Property Value

MBReadOnlyList<Track>

Methods

AddMapArrow(TextObject, Vec2, Vec2, float)

public void AddMapArrow(TextObject pointerName, Vec2 trackPosition, Vec2 trackDirection, float life)

Parameters

pointerName TextObject
trackPosition Vec2
trackDirection Vec2
life float

AddTrack(MobileParty, Vec2, Vec2)

public void AddTrack(MobileParty party, Vec2 trackPosition, Vec2 trackDirection)

Parameters

party MobileParty
trackPosition Vec2
trackDirection Vec2

IsTrackDropped(MobileParty)

public bool IsTrackDropped(MobileParty mobileParty)

Parameters

mobileParty MobileParty

Returns

bool

RegisterEvents()

public override void RegisterEvents()

SyncData(IDataStore)

public override void SyncData(IDataStore dataStore)

Parameters

dataStore IDataStore

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