Show / Hide Table of Contents

Class EmpReactionEffect

Inheritance
System.Object
ReagentEffect
EmpReactionEffect
Namespace: Content.Server.Chemistry.ReactionEffects
Assembly: Content.Server.dll
Syntax
public sealed class EmpReactionEffect : ReagentEffect

Fields

| Improve this Doc View Source

DisableDuration

Amount of time entities will be disabled

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

EmpMaxRange

Maximum impulse range

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

EmpRangePerUnit

Impulse range per unit of reagent

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

EnergyConsumption

How much energy will be drain from sources

Declaration
public float EnergyConsumption
Field Value
Type Description
System.Single

Methods

| Improve this Doc View Source

Effect(ReagentEffectArgs)

Declaration
public override void Effect(ReagentEffectArgs args)
Parameters
Type Name Description
Content.Shared.Chemistry.Reagent.ReagentEffectArgs args
| Improve this Doc View Source

ReagentEffectGuidebookText(IPrototypeManager, IEntitySystemManager)

Declaration
protected override string? ReagentEffectGuidebookText(IPrototypeManager prototype, IEntitySystemManager entSys)
Parameters
Type Name Description
Robust.Shared.Prototypes.IPrototypeManager prototype
IEntitySystemManager entSys
Returns
Type Description
System.Nullable<System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾