Table of Contents

Delegate PlayerMutedDelegate

Namespace
TaleWorlds.MountAndBlade
Assembly
TaleWorlds.MountAndBlade.dll
public delegate void PlayerMutedDelegate(PlayerId player, bool isMuted)

Parameters

player PlayerId
isMuted bool
Extension Methods

Constructors

PlayerMutedDelegate(object, IntPtr)

public PlayerMutedDelegate(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(PlayerId, bool, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(PlayerId player, bool isMuted, AsyncCallback callback, object @object)

Parameters

player PlayerId
isMuted bool
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(PlayerId, bool)

public virtual void Invoke(PlayerId player, bool isMuted)

Parameters

player PlayerId
isMuted bool

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