Show / Hide Table of Contents

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 Source

FireCost

How much reagent it costs to fire once.

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

MaxShots

The max amount of shots the gun can fire. used for network prediction

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

Prototype

The prototype that's fired by the gun.

Declaration
public string Prototype
Field Value
Type Description
System.String
| Improve this Doc View Source

Shots

The amount of shots currently available. used for network predictions.

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

SolutionId

The solution where reagents are extracted from for the projectile.

Declaration
public string SolutionId
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾