Show / Hide Table of Contents

Class RechargeBasicEntityAmmoComponent

Responsible for handling recharging a basic entity ammo provider over time.

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

Fields

| Improve this Doc View Source

NextCharge

Declaration
public TimeSpan? NextCharge
Field Value
Type Description
System.Nullable<TimeSpan>
| Improve this Doc View Source

RechargeCooldown

Declaration
public float RechargeCooldown
Field Value
Type Description
System.Single
| Improve this Doc View Source

RechargeSound

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