Delegate CombatLogManager.OnPrintCombatLogHandler
- Namespace
- TaleWorlds.MountAndBlade
- Assembly
- TaleWorlds.MountAndBlade.dll
public delegate void CombatLogManager.OnPrintCombatLogHandler(CombatLogData logData)
Parameters
logDataCombatLogData
- Extension Methods
Constructors
OnPrintCombatLogHandler(object, IntPtr)
public OnPrintCombatLogHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(CombatLogData, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(CombatLogData logData, AsyncCallback callback, object @object)
Parameters
logDataCombatLogDatacallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(CombatLogData)
public virtual void Invoke(CombatLogData logData)
Parameters
logDataCombatLogData
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).