Table of Contents

Delegate MissionMainAgentInteractionComponent.MissionFocusHealthChangeDelegate

Namespace
TaleWorlds.MountAndBlade.View.MissionViews
Assembly
TaleWorlds.MountAndBlade.View.dll
public delegate void MissionMainAgentInteractionComponent.MissionFocusHealthChangeDelegate(IFocusable focusable, float healthPercentage, bool hideHealthbarWhenFull)

Parameters

focusable IFocusable
healthPercentage float
hideHealthbarWhenFull bool

Constructors

MissionFocusHealthChangeDelegate(object, IntPtr)

public MissionFocusHealthChangeDelegate(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(IFocusable, float, bool, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(IFocusable focusable, float healthPercentage, bool hideHealthbarWhenFull, AsyncCallback callback, object @object)

Parameters

focusable IFocusable
healthPercentage float
hideHealthbarWhenFull bool
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(IFocusable, float, bool)

public virtual void Invoke(IFocusable focusable, float healthPercentage, bool hideHealthbarWhenFull)

Parameters

focusable IFocusable
healthPercentage float
hideHealthbarWhenFull bool

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