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

Public Member Functions

Vec2 GetDirection (Formation f)
 

Protected Member Functions

void CopyPositionAndDirectionFrom (OrderComponent order)
 
 OrderComponent (float tickTimerDuration=0.5f)
 
virtual void TickDebug (Formation formation)
 

Protected Attributes

Func< Formation, Vec3Position
 
Func< Formation, Vec2Direction
 

Properties

abstract OrderType OrderType [get]
 

Constructor & Destructor Documentation

◆ OrderComponent()

TaleWorlds.MountAndBlade.OrderComponent.OrderComponent ( float  tickTimerDuration = 0.5f)
protected

Member Function Documentation

◆ GetDirection()

Vec2 TaleWorlds.MountAndBlade.OrderComponent.GetDirection ( Formation  f)

◆ CopyPositionAndDirectionFrom()

void TaleWorlds.MountAndBlade.OrderComponent.CopyPositionAndDirectionFrom ( OrderComponent  order)
protected

◆ TickDebug()

virtual void TaleWorlds.MountAndBlade.OrderComponent.TickDebug ( Formation  formation)
protectedvirtual

Member Data Documentation

◆ Position

Func<Formation, Vec3> TaleWorlds.MountAndBlade.OrderComponent.Position
protected

◆ Direction

Func<Formation, Vec2> TaleWorlds.MountAndBlade.OrderComponent.Direction
protected

Property Documentation

◆ OrderType

abstract OrderType TaleWorlds.MountAndBlade.OrderComponent.OrderType
get