Table of Contents

Delegate ConversationSentence.OnMultipleConversationConsequenceDelegate

Namespace
TaleWorlds.CampaignSystem.Conversation
Assembly
TaleWorlds.CampaignSystem.dll
public delegate bool ConversationSentence.OnMultipleConversationConsequenceDelegate(IAgent agent)

Parameters

agent IAgent

Returns

bool
Extension Methods

Constructors

OnMultipleConversationConsequenceDelegate(object, IntPtr)

public OnMultipleConversationConsequenceDelegate(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(IAgent, AsyncCallback, object)

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

Parameters

agent IAgent
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual bool EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

bool

Invoke(IAgent)

public virtual bool Invoke(IAgent agent)

Parameters

agent IAgent

Returns

bool

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