M&B: Bannerlord 1.0.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.CampaignSystem.ComponentInterfaces.MapTrackModel Class Referenceabstract

Inherits TaleWorlds.Core.GameModel.

Inherited by TaleWorlds.CampaignSystem.GameComponents.DefaultMapTrackModel.

Public Member Functions

abstract float GetSkipTrackChance (MobileParty mobileParty)
 
abstract float GetMaxTrackSpottingDistanceForMainParty ()
 
abstract bool CanPartyLeaveTrack (MobileParty mobileParty)
 
abstract float GetTrackDetectionDifficultyForMainParty (Track track, float trackSpottingDistance)
 
abstract float GetSkillFromTrackDetected (Track track)
 
abstract int GetTrackLife (MobileParty mobileParty)
 
abstract TextObject TrackTitle (Track track)
 
abstract IEnumerable<(TextObject, string)> GetTrackDescription (Track track)
 
abstract uint GetTrackColor (Track track)
 
abstract float GetTrackScale (Track track)
 

Properties

abstract float MaxTrackLife [get]
 

Member Function Documentation

◆ GetSkipTrackChance()

abstract float TaleWorlds.CampaignSystem.ComponentInterfaces.MapTrackModel.GetSkipTrackChance ( MobileParty  mobileParty)
pure virtual

◆ GetMaxTrackSpottingDistanceForMainParty()

abstract float TaleWorlds.CampaignSystem.ComponentInterfaces.MapTrackModel.GetMaxTrackSpottingDistanceForMainParty ( )
pure virtual

◆ CanPartyLeaveTrack()

abstract bool TaleWorlds.CampaignSystem.ComponentInterfaces.MapTrackModel.CanPartyLeaveTrack ( MobileParty  mobileParty)
pure virtual

◆ GetTrackDetectionDifficultyForMainParty()

abstract float TaleWorlds.CampaignSystem.ComponentInterfaces.MapTrackModel.GetTrackDetectionDifficultyForMainParty ( Track  track,
float  trackSpottingDistance 
)
pure virtual

◆ GetSkillFromTrackDetected()

abstract float TaleWorlds.CampaignSystem.ComponentInterfaces.MapTrackModel.GetSkillFromTrackDetected ( Track  track)
pure virtual

◆ GetTrackLife()

abstract int TaleWorlds.CampaignSystem.ComponentInterfaces.MapTrackModel.GetTrackLife ( MobileParty  mobileParty)
pure virtual

◆ TrackTitle()

abstract TextObject TaleWorlds.CampaignSystem.ComponentInterfaces.MapTrackModel.TrackTitle ( Track  track)
pure virtual

◆ GetTrackDescription()

abstract IEnumerable<(TextObject, string)> TaleWorlds.CampaignSystem.ComponentInterfaces.MapTrackModel.GetTrackDescription ( Track  track)
pure virtual

◆ GetTrackColor()

abstract uint TaleWorlds.CampaignSystem.ComponentInterfaces.MapTrackModel.GetTrackColor ( Track  track)
pure virtual

◆ GetTrackScale()

abstract float TaleWorlds.CampaignSystem.ComponentInterfaces.MapTrackModel.GetTrackScale ( Track  track)
pure virtual

Property Documentation

◆ MaxTrackLife

abstract float TaleWorlds.CampaignSystem.ComponentInterfaces.MapTrackModel.MaxTrackLife
get