Show / Hide Table of Contents

Class AreaReactionEffect

Basically smoke and foam reactions.

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

Fields

| Improve this Doc View Source

OverflowThreshold

How many units of reaction for 1 smoke entity.

Declaration
public FixedPoint2 OverflowThreshold
Field Value
Type Description
FixedPoint2

Properties

| Improve this Doc View Source

LogImpact

Declaration
public override LogImpact LogImpact { get; }
Property Value
Type Description
LogImpact
Overrides
ReagentEffect.LogImpact
| Improve this Doc View Source

ShouldLog

Declaration
public override bool ShouldLog { get; }
Property Value
Type Description
System.Boolean
Overrides
ReagentEffect.ShouldLog

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.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾