Table of Contents

Class SpawnFrameBehaviorBase

Namespace
TaleWorlds.MountAndBlade
Assembly
TaleWorlds.MountAndBlade.dll
public abstract class SpawnFrameBehaviorBase
Inheritance
SpawnFrameBehaviorBase
Derived
Inherited Members

Constructors

SpawnFrameBehaviorBase()

protected SpawnFrameBehaviorBase()

Fields

SpawnPointTag

protected const string SpawnPointTag = "spawnpoint"

Field Value

string

SpawnPoints

public IEnumerable<GameEntity> SpawnPoints

Field Value

IEnumerable<GameEntity>

Methods

GetSpawnFrame(Team, bool, bool)

public abstract MatrixFrame GetSpawnFrame(Team team, bool hasMount, bool isInitialSpawn)

Parameters

team Team
hasMount bool
isInitialSpawn bool

Returns

MatrixFrame

GetSpawnFrameFromSpawnPoints(IList<GameEntity>, Team, bool)

protected MatrixFrame GetSpawnFrameFromSpawnPoints(IList<GameEntity> spawnPointsList, Team team, bool hasMount)

Parameters

spawnPointsList IList<GameEntity>
team Team
hasMount bool

Returns

MatrixFrame

Initialize()

public virtual void Initialize()

OnAgentRemoved(Agent, Agent, AgentState, KillingBlow)

public void OnAgentRemoved(Agent affectedAgent, Agent affectorAgent, AgentState agentState, KillingBlow blow)

Parameters

affectedAgent Agent
affectorAgent Agent
agentState AgentState
blow KillingBlow

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