Class EmplacementInfo
- Namespace
- Uncreated.Warfare.FOBs.Construction
- Assembly
- Uncreated.Warfare.dll
Stores extra data required for Emplacement buildables.
public class EmplacementInfo
- Inheritance
-
EmplacementInfo
- Inherited Members
Properties
ShouldWarnEnemies
If this emplacement should warn enemies when they're in the fire zone and have the ability to sense incoming projectiles.
public bool ShouldWarnEnemies { get; set; }
Property Value
ShouldWarnFriendlies
If this emplacement should warn friendlies when they're in the fire zone.
public bool ShouldWarnFriendlies { get; set; }
Property Value
Vehicle
The vehicle to be spawned on build.
public required IAssetLink<VehicleAsset> Vehicle { get; set; }
Property Value
- IAssetLink<VehicleAsset>