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

Inherits TaleWorlds.MountAndBlade.SpawnFrameBehaviorBase.

Public Member Functions

override void Initialize ()
 
override MatrixFrame GetSpawnFrame (Team team, bool hasMount, bool isInitialSpawn)
 
void OnFlagDeactivated (FlagCapturePoint flag)
 
virtual void Initialize ()
 
abstract MatrixFrame GetSpawnFrame (Team team, bool hasMount, bool isInitialSpawn)
 

Static Public Attributes

const string SpawnZoneTagAffix = "sp_zone_"
 
const string SpawnZoneEnableTagAffix = "enable_"
 
const string SpawnZoneDisableTagAffix = "disable_"
 
const int StartingActiveSpawnZoneIndex = 0
 

Additional Inherited Members

- Public Attributes inherited from TaleWorlds.MountAndBlade.SpawnFrameBehaviorBase
IEnumerable< GameEntitySpawnPoints
 
- Protected Member Functions inherited from TaleWorlds.MountAndBlade.SpawnFrameBehaviorBase
 SpawnFrameBehaviorBase ()
 
MatrixFrame GetSpawnFrameFromSpawnPoints (IList< GameEntity > spawnPointsList, Team team, bool hasMount)
 
- Static Protected Attributes inherited from TaleWorlds.MountAndBlade.SpawnFrameBehaviorBase
const string SpawnPointTag = "spawnpoint"
 

Member Function Documentation

◆ Initialize()

override void TaleWorlds.MountAndBlade.SiegeSpawnFrameBehavior.Initialize ( )
virtual

◆ GetSpawnFrame()

override MatrixFrame TaleWorlds.MountAndBlade.SiegeSpawnFrameBehavior.GetSpawnFrame ( Team  team,
bool  hasMount,
bool  isInitialSpawn 
)
virtual

◆ OnFlagDeactivated()

void TaleWorlds.MountAndBlade.SiegeSpawnFrameBehavior.OnFlagDeactivated ( FlagCapturePoint  flag)

Member Data Documentation

◆ SpawnZoneTagAffix

const string TaleWorlds.MountAndBlade.SiegeSpawnFrameBehavior.SpawnZoneTagAffix = "sp_zone_"
static

◆ SpawnZoneEnableTagAffix

const string TaleWorlds.MountAndBlade.SiegeSpawnFrameBehavior.SpawnZoneEnableTagAffix = "enable_"
static

◆ SpawnZoneDisableTagAffix

const string TaleWorlds.MountAndBlade.SiegeSpawnFrameBehavior.SpawnZoneDisableTagAffix = "disable_"
static

◆ StartingActiveSpawnZoneIndex

const int TaleWorlds.MountAndBlade.SiegeSpawnFrameBehavior.StartingActiveSpawnZoneIndex = 0
static