Class FobConfiguration
Home for storing FOB and buildable data.
public sealed class FobConfiguration : BaseAlternateConfigurationFile, IConfiguration, IDisposable
- Inheritance
-
FobConfiguration
- Implements
- Inherited Members
- Extension Methods
Constructors
FobConfiguration()
Home for storing FOB and buildable data.
public FobConfiguration()
Properties
RepairStationAircraftRepairRadius
public float RepairStationAircraftRepairRadius { get; }
Property Value
RepairStationBuildConsumedPerTick
public float RepairStationBuildConsumedPerTick { get; }
Property Value
RepairStationFuelPerTick
public ushort RepairStationFuelPerTick { get; }
Property Value
RepairStationGroundVehicleRepairRadius
public float RepairStationGroundVehicleRepairRadius { get; }
Property Value
RepairStationHealthPerTick
public ushort RepairStationHealthPerTick { get; }
Property Value
Shovelables
public IReadOnlyList<ShovelableInfo> Shovelables { get; }
Property Value
SupplyCrates
public IReadOnlyList<SupplyCrateInfo> SupplyCrates { get; }
Property Value
ThrowableAmmoBags
public IReadOnlyList<ThrownAmmoBagInfo> ThrowableAmmoBags { get; }
Property Value
ThrowableVehicleSupplyCrates
public IReadOnlyList<ThrownVehicleCrateInfo> ThrowableVehicleSupplyCrates { get; }
Property Value
Methods
HandleChange()
Invoked by the base class when a change occurs.
protected override void HandleChange()