Table of Contents

Class AccompanyingCharacter

Namespace
TaleWorlds.CampaignSystem.Settlements.Locations
Assembly
TaleWorlds.CampaignSystem.dll
public class AccompanyingCharacter
Inheritance
AccompanyingCharacter
Inherited Members

Constructors

AccompanyingCharacter(LocationCharacter, bool)

public AccompanyingCharacter(LocationCharacter locationCharacter, bool isFollowingPlayerAtMissionStart)

Parameters

locationCharacter LocationCharacter
isFollowingPlayerAtMissionStart bool

Fields

LocationCharacter

public LocationCharacter LocationCharacter

Field Value

LocationCharacter

Properties

IsFollowingPlayerAtMissionStart

[SaveableProperty(1)]
public bool IsFollowingPlayerAtMissionStart { get; }

Property Value

bool

Methods

AllowEntranceToAllLocations()

public void AllowEntranceToAllLocations()

AllowEntranceToLocations(Func<Location, bool>)

public void AllowEntranceToLocations(Func<Location, bool> predicate)

Parameters

predicate Func<Location, bool>

AutoGeneratedInstanceCollectObjects(List<object>)

protected virtual void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)

Parameters

collectedObjects List<object>

CanEnterLocation(Location)

public bool CanEnterLocation(Location location)

Parameters

location Location

Returns

bool

DisallowEntranceToAllLocations()

public void DisallowEntranceToAllLocations()

DisallowEntranceToLocations(Func<Location, bool>)

public void DisallowEntranceToLocations(Func<Location, bool> predicate)

Parameters

predicate Func<Location, bool>

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