Delegate AllFormationsAssignedSergeantsEvent
- Namespace
- TaleWorlds.MountAndBlade
- Assembly
- TaleWorlds.MountAndBlade.dll
public delegate void AllFormationsAssignedSergeantsEvent(Dictionary<int, Agent> looselyMatchedFormationIndicesAndSergeants)
Parameters
looselyMatchedFormationIndicesAndSergeants
Dictionary<int, Agent>
- Extension Methods
Constructors
AllFormationsAssignedSergeantsEvent(object, IntPtr)
public AllFormationsAssignedSergeantsEvent(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(Dictionary<int, Agent>, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Dictionary<int, Agent> looselyMatchedFormationIndicesAndSergeants, AsyncCallback callback, object @object)
Parameters
looselyMatchedFormationIndicesAndSergeants
Dictionary<int, Agent>callback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(Dictionary<int, Agent>)
public virtual void Invoke(Dictionary<int, Agent> looselyMatchedFormationIndicesAndSergeants)
Parameters
looselyMatchedFormationIndicesAndSergeants
Dictionary<int, Agent>
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).