Class BorderControlComponent
Inheritance
System.Object
BorderControlComponent
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class BorderControlComponent : WorldObjectComponent, ILinkable, IOwned, IHasSerializableID, IRPCAuthChecks, INotifyPropertyChanged, IThreadSafeSubscriptions, ISubscriptions<ThreadSafeSubscriptions>, ISubscriptions, IHasInteractions, IHasClientControlledContainers, IController, IViewController, IHasUniversalID
Constructors
BorderControlComponent()
Declaration
public BorderControlComponent()
Fields
BorderControlPermissionsChanged
Declaration
public static ThreadSafeAction BorderControlPermissionsChanged
Field Value
Properties
AllowAnyUnaffiliatedHomesteadDeedToExpandWithinOurInfluence
Declaration
public bool AllowAnyUnaffiliatedHomesteadDeedToExpandWithinOurInfluence { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CitizensOfTheseSettlementsMayExpandClaimsWithinOurInfluence
Declaration
public ControllerList<Settlement> CitizensOfTheseSettlementsMayExpandClaimsWithinOurInfluence { get; set; }
Property Value
SpecificCitizensThatMayExpandClaimsWithinOurInfluence
Declaration
public ControllerListAlias SpecificCitizensThatMayExpandClaimsWithinOurInfluence { get; set; }
Property Value
SubTitle
Declaration
public LocString SubTitle { get; }
Property Value
Title
Declaration
public LocString Title { get; }
Property Value
Methods
Initialize()
Declaration
public override void Initialize()
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods