Enum ElectricalGridBehaivor
public enum ElectricalGridBehaivor : byte
Fields
AllEnabled = 1All objects are able to be used.
Disabled = 0The electrical grid is not used.
EnabledWhenInRotation = 3All objects connected to a flag in rotation are able to be used.
EnabledWhenObjective = 2All objects connected to the objective are able to be used.