Table of Contents

Class TeamAIComponent.TacticOption

Namespace
TaleWorlds.MountAndBlade
Assembly
TaleWorlds.MountAndBlade.dll
protected class TeamAIComponent.TacticOption
Inheritance
TeamAIComponent.TacticOption
Inherited Members

Constructors

TacticOption(string, Lazy<TacticComponent>, float)

public TacticOption(string id, Lazy<TacticComponent> tactic, float weight)

Parameters

id string
tactic Lazy<TacticComponent>
weight float

Properties

Id

public string Id { get; }

Property Value

string

Tactic

public Lazy<TacticComponent> Tactic { get; }

Property Value

Lazy<TacticComponent>

Weight

public float Weight { get; set; }

Property Value

float

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