Delegate Mission.OnBeforeAgentRemovedDelegate
- Namespace
- TaleWorlds.MountAndBlade
- Assembly
- TaleWorlds.MountAndBlade.dll
public delegate void Mission.OnBeforeAgentRemovedDelegate(Agent affectedAgent, Agent affectorAgent, AgentState agentState, KillingBlow killingBlow)
Parameters
affectedAgentAgentaffectorAgentAgentagentStateAgentStatekillingBlowKillingBlow
- 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
affectedAgentAgentaffectorAgentAgentagentStateAgentStatekillingBlowKillingBlowcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(Agent, Agent, AgentState, KillingBlow)
public virtual void Invoke(Agent affectedAgent, Agent affectorAgent, AgentState agentState, KillingBlow killingBlow)
Parameters
affectedAgentAgentaffectorAgentAgentagentStateAgentStatekillingBlowKillingBlow
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).