Show / Hide Table of Contents

Class BatteryWeaponFireModesComponent

Allows battery weapons to fire different types of projectiles

Inheritance
System.Object
BatteryWeaponFireModesComponent
Namespace: Content.Server.Weapons.Ranged.Components
Assembly: Content.Server.dll
Syntax
public sealed class BatteryWeaponFireModesComponent : Component

Fields

| Improve this Doc View Source

CurrentFireMode

The currently selected firing mode

Declaration
public BatteryWeaponFireMode CurrentFireMode
Field Value
Type Description
BatteryWeaponFireMode
| Improve this Doc View Source

FireModes

A list of the different firing modes the weapon can switch between

Declaration
public List<BatteryWeaponFireMode> FireModes
Field Value
Type Description
List<BatteryWeaponFireMode>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾