Table of Contents

Delegate CanUseDoor

Namespace
TaleWorlds.CampaignSystem.Settlements.Locations
Assembly
TaleWorlds.CampaignSystem.dll
public delegate bool CanUseDoor(LocationCharacter locationCharacter, Location location)

Parameters

locationCharacter LocationCharacter
location Location

Returns

bool
Extension Methods

Constructors

CanUseDoor(object, IntPtr)

public CanUseDoor(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(LocationCharacter, Location, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(LocationCharacter locationCharacter, Location location, AsyncCallback callback, object @object)

Parameters

locationCharacter LocationCharacter
location Location
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual bool EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

bool

Invoke(LocationCharacter, Location)

public virtual bool Invoke(LocationCharacter locationCharacter, Location location)

Parameters

locationCharacter LocationCharacter
location Location

Returns

bool

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