Class MissionMainAgentController
- Namespace
- TaleWorlds.MountAndBlade.View.MissionViews
- Assembly
- TaleWorlds.MountAndBlade.View.dll
[DefaultView]
public class MissionMainAgentController : MissionView
- Inheritance
-
MissionMainAgentController
- Inherited Members
Constructors
MissionMainAgentController()
public MissionMainAgentController()
Fields
InteractionComponent
public readonly MissionMainAgentInteractionComponent InteractionComponent
Field Value
IsChatOpen
public bool IsChatOpen
Field Value
Properties
CustomLookDir
public Vec3 CustomLookDir { get; set; }
Property Value
IsDisabled
public bool IsDisabled { get; set; }
Property Value
IsPlayerAiming
public bool IsPlayerAiming { get; }
Property Value
LockedAgent
public Agent LockedAgent { get; }
Property Value
PotentialLockTargetAgent
public Agent PotentialLockTargetAgent { get; }
Property Value
Methods
BreakAgentVisualsInvulnerability()
public void BreakAgentVisualsInvulnerability()
Disable()
public void Disable()
EarlyStart()
public override void EarlyStart()
Enable()
public void Enable()
IsReady()
public override bool IsReady()
Returns
IsThereAgentAction(Agent, Agent)
public override bool IsThereAgentAction(Agent userAgent, Agent otherAgent)
Parameters
Returns
OnAgentDeleted(Agent)
public override void OnAgentDeleted(Agent affectedAgent)
Parameters
affectedAgent
Agent
OnAgentRemoved(Agent, Agent, AgentState, KillingBlow)
public override void OnAgentRemoved(Agent affectedAgent, Agent affectorAgent, AgentState agentState, KillingBlow blow)
Parameters
affectedAgent
AgentaffectorAgent
AgentagentState
AgentStateblow
KillingBlow
OnClearScene()
public override void OnClearScene()
OnMissionScreenFinalize()
public override void OnMissionScreenFinalize()
OnPreMissionTick(float)
public override void OnPreMissionTick(float dt)
Parameters
dt
float
OnWeaponUsageToggleRequested()
public void OnWeaponUsageToggleRequested()
Events
OnLockedAgentChanged
public event MissionMainAgentController.OnLockedAgentChangedDelegate OnLockedAgentChanged
Event Type
OnPotentialLockedAgentChanged
public event MissionMainAgentController.OnPotentialLockedAgentChangedDelegate OnPotentialLockedAgentChanged
Event Type
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).