Table of Contents

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

List<Agent>

Constructors

GatherCustomAgentListToSpectateDelegate(object, IntPtr)

public GatherCustomAgentListToSpectateDelegate(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Agent, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Agent forcedAgentToInclude, AsyncCallback callback, object @object)

Parameters

forcedAgentToInclude Agent
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual List<Agent> EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

List<Agent>

Invoke(Agent)

public virtual List<Agent> Invoke(Agent forcedAgentToInclude)

Parameters

forcedAgentToInclude Agent

Returns

List<Agent>

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