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
IFocusablehealthPercentage
floathideHealthbarWhenFull
bool
Constructors
MissionFocusHealthChangeDelegate(object, IntPtr)
public MissionFocusHealthChangeDelegate(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(IFocusable, float, bool, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(IFocusable focusable, float healthPercentage, bool hideHealthbarWhenFull, AsyncCallback callback, object @object)
Parameters
focusable
IFocusablehealthPercentage
floathideHealthbarWhenFull
boolcallback
AsyncCallbackobject
object
Returns
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
IFocusablehealthPercentage
floathideHealthbarWhenFull
bool
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).