Class ChamberMagazineAmmoProviderComponent
Chamber + mags in one package. If you need just magazine then use MagazineAmmoProviderComponent
Inheritance
System.Object
ChamberMagazineAmmoProviderComponent
Namespace: Content.Shared.Weapons.Ranged.Components
Assembly: Content.Shared.dll
Syntax
public sealed class ChamberMagazineAmmoProviderComponent : MagazineAmmoProviderComponent
Fields
| Improve this Doc View SourceAutoCycle
Does the gun automatically open and close the bolt upon shooting.
Declaration
public bool AutoCycle
Field Value
Type | Description |
---|---|
System.Boolean |
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> |
BoltClosedSound
Declaration
public SoundSpecifier BoltClosedSound
Field Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |
BoltOpenedSound
Declaration
public SoundSpecifier BoltOpenedSound
Field Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |
RackSound
Declaration
public SoundSpecifier RackSound
Field Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |