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