Table of Contents

Delegate MissionMainAgentInteractionComponent.MissionFocusLostEventDelegate

Namespace
TaleWorlds.MountAndBlade.View.MissionViews
Assembly
TaleWorlds.MountAndBlade.View.dll
public delegate void MissionMainAgentInteractionComponent.MissionFocusLostEventDelegate(Agent agent, IFocusable focusableObject)

Parameters

agent Agent
focusableObject IFocusable

Constructors

MissionFocusLostEventDelegate(object, IntPtr)

public MissionFocusLostEventDelegate(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Agent, IFocusable, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Agent agent, IFocusable focusableObject, AsyncCallback callback, object @object)

Parameters

agent Agent
focusableObject IFocusable
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Agent, IFocusable)

public virtual void Invoke(Agent agent, IFocusable focusableObject)

Parameters

agent Agent
focusableObject IFocusable

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