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