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 SourceNextCharge
Declaration
public TimeSpan? NextCharge
Field Value
Type | Description |
---|---|
System.Nullable<TimeSpan> |
RechargeCooldown
Declaration
public float RechargeCooldown
Field Value
Type | Description |
---|---|
System.Single |
RechargeSound
Declaration
public SoundSpecifier RechargeSound
Field Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |