Delegate MissionMultiplayerSiege.OnObjectiveGoldGainedDelegate
- Namespace
- TaleWorlds.MountAndBlade
- Assembly
- TaleWorlds.MountAndBlade.dll
public delegate void MissionMultiplayerSiege.OnObjectiveGoldGainedDelegate(MissionPeer peer, int goldGain)
Parameters
peer
MissionPeergoldGain
int
- Extension Methods
Constructors
OnObjectiveGoldGainedDelegate(object, IntPtr)
public OnObjectiveGoldGainedDelegate(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(MissionPeer, int, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(MissionPeer peer, int goldGain, AsyncCallback callback, object @object)
Parameters
peer
MissionPeergoldGain
intcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(MissionPeer, int)
public virtual void Invoke(MissionPeer peer, int goldGain)
Parameters
peer
MissionPeergoldGain
int
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).