Table of Contents

Delegate MissionMultiplayerSiege.OnObjectiveGoldGainedDelegate

Namespace
TaleWorlds.MountAndBlade
Assembly
TaleWorlds.MountAndBlade.dll
public delegate void MissionMultiplayerSiege.OnObjectiveGoldGainedDelegate(MissionPeer peer, int goldGain)

Parameters

peer MissionPeer
goldGain int
Extension Methods

Constructors

OnObjectiveGoldGainedDelegate(object, IntPtr)

public OnObjectiveGoldGainedDelegate(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(MissionPeer, int, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(MissionPeer peer, int goldGain, AsyncCallback callback, object @object)

Parameters

peer MissionPeer
goldGain int
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(MissionPeer, int)

public virtual void Invoke(MissionPeer peer, int goldGain)

Parameters

peer MissionPeer
goldGain int

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