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
AgentaffectorAgent
AgentagentState
AgentStatekillingBlow
KillingBlow
- Extension Methods
Constructors
OnBeforeAgentRemovedDelegate(object, IntPtr)
public OnBeforeAgentRemovedDelegate(object @object, IntPtr method)
Parameters
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
AgentaffectorAgent
AgentagentState
AgentStatekillingBlow
KillingBlowcallback
AsyncCallbackobject
object
Returns
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
AgentaffectorAgent
AgentagentState
AgentStatekillingBlow
KillingBlow
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).