Table of Contents

Class FobConfiguration

Namespace
Uncreated.Warfare.Fobs
Assembly
Uncreated.Warfare.dll

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

float

RepairStationBuildConsumedPerTick

public float RepairStationBuildConsumedPerTick { get; }

Property Value

float

RepairStationFuelPerTick

public ushort RepairStationFuelPerTick { get; }

Property Value

ushort

RepairStationGroundVehicleRepairRadius

public float RepairStationGroundVehicleRepairRadius { get; }

Property Value

float

RepairStationHealthPerTick

public ushort RepairStationHealthPerTick { get; }

Property Value

ushort

Shovelables

public IReadOnlyList<ShovelableInfo> Shovelables { get; }

Property Value

IReadOnlyList<ShovelableInfo>

SupplyCrates

public IReadOnlyList<SupplyCrateInfo> SupplyCrates { get; }

Property Value

IReadOnlyList<SupplyCrateInfo>

ThrowableAmmoBags

public IReadOnlyList<ThrownAmmoBagInfo> ThrowableAmmoBags { get; }

Property Value

IReadOnlyList<ThrownAmmoBagInfo>

ThrowableVehicleSupplyCrates

public IReadOnlyList<ThrownVehicleCrateInfo> ThrowableVehicleSupplyCrates { get; }

Property Value

IReadOnlyList<ThrownVehicleCrateInfo>

Methods

HandleChange()

Invoked by the base class when a change occurs.

protected override void HandleChange()