Class SolutionAmmoProviderComponent
Inheritance
System.Object
SolutionAmmoProviderComponent
Namespace: Content.Shared.Weapons.Ranged.Components
Assembly: Content.Shared.dll
Syntax
public sealed class SolutionAmmoProviderComponent : Component
Fields
| Improve this Doc View SourceFireCost
How much reagent it costs to fire once.
Declaration
public float FireCost
Field Value
Type | Description |
---|---|
System.Single |
MaxShots
The max amount of shots the gun can fire. used for network prediction
Declaration
public int MaxShots
Field Value
Type | Description |
---|---|
System.Int32 |
Prototype
The prototype that's fired by the gun.
Declaration
public string Prototype
Field Value
Type | Description |
---|---|
System.String |
Shots
The amount of shots currently available. used for network predictions.
Declaration
public int Shots
Field Value
Type | Description |
---|---|
System.Int32 |
SolutionId
The solution where reagents are extracted from for the projectile.
Declaration
public string SolutionId
Field Value
Type | Description |
---|---|
System.String |