Delegate MissionScreen.GatherCustomAgentListToSpectateDelegate
- Namespace
- TaleWorlds.MountAndBlade.View.Screens
- Assembly
- TaleWorlds.MountAndBlade.View.dll
public delegate List<Agent> MissionScreen.GatherCustomAgentListToSpectateDelegate(Agent forcedAgentToInclude)
Parameters
forcedAgentToInclude
Agent
Returns
Constructors
GatherCustomAgentListToSpectateDelegate(object, IntPtr)
public GatherCustomAgentListToSpectateDelegate(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(Agent, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Agent forcedAgentToInclude, AsyncCallback callback, object @object)
Parameters
forcedAgentToInclude
Agentcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual List<Agent> EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Returns
Invoke(Agent)
public virtual List<Agent> Invoke(Agent forcedAgentToInclude)
Parameters
forcedAgentToInclude
Agent
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).