Delegate MissionMainAgentInteractionComponent.MissionFocusGainedEventDelegate
- Namespace
- TaleWorlds.MountAndBlade.View.MissionViews
- Assembly
- TaleWorlds.MountAndBlade.View.dll
public delegate void MissionMainAgentInteractionComponent.MissionFocusGainedEventDelegate(Agent agent, IFocusable focusableObject, bool isInteractable)
Parameters
agent
AgentfocusableObject
IFocusableisInteractable
bool
Constructors
MissionFocusGainedEventDelegate(object, IntPtr)
public MissionFocusGainedEventDelegate(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(Agent, IFocusable, bool, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Agent agent, IFocusable focusableObject, bool isInteractable, AsyncCallback callback, object @object)
Parameters
agent
AgentfocusableObject
IFocusableisInteractable
boolcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(Agent, IFocusable, bool)
public virtual void Invoke(Agent agent, IFocusable focusableObject, bool isInteractable)
Parameters
agent
AgentfocusableObject
IFocusableisInteractable
bool
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).