Delegate PartyScreenLogic.PresentationUpdate
- Namespace
- TaleWorlds.CampaignSystem.Party
- Assembly
- TaleWorlds.CampaignSystem.dll
public delegate void PartyScreenLogic.PresentationUpdate(PartyScreenLogic.PartyCommand command)
Parameters
commandPartyScreenLogic.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
commandPartyScreenLogic.PartyCommandcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(PartyCommand)
public virtual void Invoke(PartyScreenLogic.PartyCommand command)
Parameters
commandPartyScreenLogic.PartyCommand
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).