Table of Contents

Delegate CharacterCreationOnCondition

Namespace
TaleWorlds.CampaignSystem.CharacterCreationContent
Assembly
TaleWorlds.CampaignSystem.dll
public delegate bool CharacterCreationOnCondition()

Returns

bool
Extension Methods

Constructors

CharacterCreationOnCondition(object, IntPtr)

public CharacterCreationOnCondition(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)

Parameters

callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual bool EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

bool

Invoke()

public virtual bool Invoke()

Returns

bool

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