Class InfluenceLimiterComponent
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Eco.Gameplay.Settlements.Components
Assembly: Eco.Gameplay.dll
Syntax
public sealed class InfluenceLimiterComponent : WorldObjectComponent, ILinkable, IOwned, IController, IViewController, IHasUniversalID, IHasSerializableID, IRPCAuthChecks, INotifyPropertyChanged, IThreadSafeSubscriptions, ISubscriptions<ThreadSafeSubscriptions>, ISubscriptions, IHasInteractions
Constructors
InfluenceLimiterComponent()
Declaration
public InfluenceLimiterComponent()
Properties
BlockChildrenSettlementsFromInfluencingProperty
Declaration
public bool BlockChildrenSettlementsFromInfluencingProperty { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
SetBlockChildrenSettlementsFromInfluencingProperty(User, Boolean)
Declaration
public void SetBlockChildrenSettlementsFromInfluencingProperty(User user, bool val)
Parameters
Type | Name | Description |
---|---|---|
User | user | |
System.Boolean | val |
Implements
System.ComponentModel.INotifyPropertyChanged