Table of Contents

Delegate Mission.OnBeforeAgentRemovedDelegate

Namespace
TaleWorlds.MountAndBlade
Assembly
TaleWorlds.MountAndBlade.dll
public delegate void Mission.OnBeforeAgentRemovedDelegate(Agent affectedAgent, Agent affectorAgent, AgentState agentState, KillingBlow killingBlow)

Parameters

affectedAgent Agent
affectorAgent Agent
agentState AgentState
killingBlow KillingBlow
Extension Methods

Constructors

OnBeforeAgentRemovedDelegate(object, IntPtr)

public OnBeforeAgentRemovedDelegate(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Agent, Agent, AgentState, KillingBlow, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Agent affectedAgent, Agent affectorAgent, AgentState agentState, KillingBlow killingBlow, AsyncCallback callback, object @object)

Parameters

affectedAgent Agent
affectorAgent Agent
agentState AgentState
killingBlow KillingBlow
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Agent, Agent, AgentState, KillingBlow)

public virtual void Invoke(Agent affectedAgent, Agent affectorAgent, AgentState agentState, KillingBlow killingBlow)

Parameters

affectedAgent Agent
affectorAgent Agent
agentState AgentState
killingBlow KillingBlow

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