Table of Contents

Delegate CombatLogManager.OnPrintCombatLogHandler

Namespace
TaleWorlds.MountAndBlade
Assembly
TaleWorlds.MountAndBlade.dll
public delegate void CombatLogManager.OnPrintCombatLogHandler(CombatLogData logData)

Parameters

logData CombatLogData
Extension Methods

Constructors

OnPrintCombatLogHandler(object, IntPtr)

public OnPrintCombatLogHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(CombatLogData, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(CombatLogData logData, AsyncCallback callback, object @object)

Parameters

logData CombatLogData
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(CombatLogData)

public virtual void Invoke(CombatLogData logData)

Parameters

logData CombatLogData

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