M&B: Bannerlord 1.0.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.MountAndBlade.SiegeTowerAI Class Reference

Inherits TaleWorlds.MountAndBlade.UsableMachineAIBase.

Public Member Functions

 SiegeTowerAI (SiegeTower siegeTower)
 
- Public Member Functions inherited from TaleWorlds.MountAndBlade.UsableMachineAIBase
void Tick (Func< Agent, bool > isAgentManagedByThisMachineAI, Team potentialUsersTeam, float dt)
 
virtual void TeleportUserAgentsToMachine (List< Agent > agentList)
 
void StopUsingStandingPoint (StandingPoint standingPoint)
 

Properties

override bool HasActionCompleted [get]
 
override MovementOrder NextOrder [get]
 
- Properties inherited from TaleWorlds.MountAndBlade.UsableMachineAIBase
virtual bool HasActionCompleted [get]
 
virtual MovementOrder NextOrder [get]
 The next action the ai agents will be ordered to do when this ai component's actions have been completed. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from TaleWorlds.MountAndBlade.UsableMachineAIBase
static Agent GetSuitableAgentForStandingPoint (UsableMachine usableMachine, StandingPoint standingPoint, IEnumerable< Agent > agents, List< Agent > usedAgents)
 
static Agent GetSuitableAgentForStandingPoint (UsableMachine usableMachine, StandingPoint standingPoint, IEnumerable< AgentValuePair< float > > agents, List< Agent > usedAgents, float weight)
 
- Protected Member Functions inherited from TaleWorlds.MountAndBlade.UsableMachineAIBase
 UsableMachineAIBase (UsableMachine usableMachine)
 
virtual void OnTick (Func< Agent, bool > isAgentManagedByThisMachineAI, Team potentialUsersTeam, float dt)
 
virtual void HandleAgentStopUsingStandingPoint (Agent agent, StandingPoint standingPoint)
 
- Protected Attributes inherited from TaleWorlds.MountAndBlade.UsableMachineAIBase
readonly UsableMachine UsableMachine
 The object which ai agents are/will be using. More...
 

Constructor & Destructor Documentation

◆ SiegeTowerAI()

TaleWorlds.MountAndBlade.SiegeTowerAI.SiegeTowerAI ( SiegeTower  siegeTower)

Property Documentation

◆ HasActionCompleted

override bool TaleWorlds.MountAndBlade.SiegeTowerAI.HasActionCompleted
get

◆ NextOrder

override MovementOrder TaleWorlds.MountAndBlade.SiegeTowerAI.NextOrder
getprotected