Show / Hide Table of Contents

Class ChamberMagazineAmmoProviderComponent

Chamber + mags in one package. If you need just magazine then use MagazineAmmoProviderComponent

Inheritance
System.Object
AmmoProviderComponent
MagazineAmmoProviderComponent
ChamberMagazineAmmoProviderComponent
Namespace: Content.Shared.Weapons.Ranged.Components
Assembly: Content.Shared.dll
Syntax
public sealed class ChamberMagazineAmmoProviderComponent : MagazineAmmoProviderComponent

Fields

| Improve this Doc View Source

AutoCycle

Does the gun automatically open and close the bolt upon shooting.

Declaration
public bool AutoCycle
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

BoltClosed

If the gun has a bolt and whether that bolt is closed. Firing is impossible

Declaration
public bool? BoltClosed
Field Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

BoltClosedSound

Declaration
public SoundSpecifier BoltClosedSound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

BoltOpenedSound

Declaration
public SoundSpecifier BoltOpenedSound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

RackSound

Declaration
public SoundSpecifier RackSound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾