Show / Hide Table of Contents

Class RevolverAmmoProviderComponent

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

Fields

| Improve this Doc View Source

AmmoContainer

Declaration
public Container AmmoContainer
Field Value
Type Description
Robust.Shared.Containers.Container
| Improve this Doc View Source

AmmoSlots

Declaration
public List<EntityUid?> AmmoSlots
Field Value
Type Description
List<System.Nullable<EntityUid>>
| Improve this Doc View Source

Capacity

Declaration
public int Capacity
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Chambers

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

CurrentIndex

Declaration
public int CurrentIndex
Field Value
Type Description
System.Int32
| Improve this Doc View Source

FillPrototype

Declaration
public string? FillPrototype
Field Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

SoundEject

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

SoundInsert

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

SoundSpin

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

Whitelist

Declaration
public EntityWhitelist Whitelist
Field Value
Type Description
EntityWhitelist
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾