Class CivicsConfig
Inheritance
System.Object
CivicsConfig
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class CivicsConfig : Object, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Constructors
CivicsConfig()
Declaration
Properties
AllowInvalidCivicContainerTimeInMinutes
Declaration
public float AllowInvalidCivicContainerTimeInMinutes { get; set; }
Property Value
Type |
Description |
System.Single |
|
AllowLawsToPreventLoginOrPlay
Declaration
public bool AllowLawsToPreventLoginOrPlay { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowOverthrow
Declaration
public bool AllowOverthrow { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
BasicElectionSettings
Declaration
public CivicsConfig.ElectionSettings BasicElectionSettings { get; set; }
Property Value
CitizenAgeForAbandonedDemographic
Declaration
public float CitizenAgeForAbandonedDemographic { get; set; }
Property Value
Type |
Description |
System.Single |
|
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
DayRangeForAbandonedDemographic
Declaration
public float DayRangeForAbandonedDemographic { get; set; }
Property Value
Type |
Description |
System.Single |
|
DayRangeForActiveDemographic
Declaration
public float DayRangeForActiveDemographic { get; set; }
Property Value
Type |
Description |
System.Single |
|
EnableAdminUI
Declaration
public bool EnableAdminUI { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HoursAfterDeedOverburdenedBeforeRemovingPlots
Declaration
public float HoursAfterDeedOverburdenedBeforeRemovingPlots { get; set; }
Property Value
Type |
Description |
System.Single |
|
HoursPlayedToBeAbandonedDemographic
Declaration
public float HoursPlayedToBeAbandonedDemographic { get; set; }
Property Value
Type |
Description |
System.Single |
|
HoursPlayedToBeActiveDemographic
Declaration
public float HoursPlayedToBeActiveDemographic { get; set; }
Property Value
Type |
Description |
System.Single |
|
MinutesBetweenCivicsUpdates
Declaration
public float MinutesBetweenCivicsUpdates { get; set; }
Property Value
Type |
Description |
System.Single |
|
PercentOfDaysToBeActiveForLongTermDemographic
Declaration
public float PercentOfDaysToBeActiveForLongTermDemographic { get; set; }
Property Value
Type |
Description |
System.Single |
|
RecurringTransferFrequencyInMinutes
Declaration
public double RecurringTransferFrequencyInMinutes { get; set; }
Property Value
Type |
Description |
System.Double |
|
ValueAdditionToOverthrow
Declaration
public float ValueAdditionToOverthrow { get; set; }
Property Value
Type |
Description |
System.Single |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods