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
stringtactic
Lazy<TacticComponent>weight
float
Properties
Id
public string Id { get; }
Property Value
Tactic
public Lazy<TacticComponent> Tactic { get; }
Property Value
Weight
public float Weight { get; set; }
Property Value
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).