Delegate PartyScreenLogic.PresentationUpdate
- Namespace
- TaleWorlds.CampaignSystem.Party
- Assembly
- TaleWorlds.CampaignSystem.dll
public delegate void PartyScreenLogic.PresentationUpdate(PartyScreenLogic.PartyCommand command)
Parameters
command
PartyScreenLogic.PartyCommand
- Extension Methods
Constructors
PresentationUpdate(object, IntPtr)
public PresentationUpdate(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(PartyCommand, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(PartyScreenLogic.PartyCommand command, AsyncCallback callback, object @object)
Parameters
command
PartyScreenLogic.PartyCommandcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(PartyCommand)
public virtual void Invoke(PartyScreenLogic.PartyCommand command)
Parameters
command
PartyScreenLogic.PartyCommand
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).