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
LocationCharacterisFollowingPlayerAtMissionStart
bool
Fields
LocationCharacter
public LocationCharacter LocationCharacter
Field Value
Properties
IsFollowingPlayerAtMissionStart
[SaveableProperty(1)]
public bool IsFollowingPlayerAtMissionStart { get; }
Property Value
Methods
AllowEntranceToAllLocations()
public void AllowEntranceToAllLocations()
AllowEntranceToLocations(Func<Location, bool>)
public void AllowEntranceToLocations(Func<Location, bool> predicate)
Parameters
AutoGeneratedInstanceCollectObjects(List<object>)
protected virtual void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)
Parameters
CanEnterLocation(Location)
public bool CanEnterLocation(Location location)
Parameters
location
Location
Returns
DisallowEntranceToAllLocations()
public void DisallowEntranceToAllLocations()
DisallowEntranceToLocations(Func<Location, bool>)
public void DisallowEntranceToLocations(Func<Location, bool> predicate)
Parameters
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).