Show / Hide Table of Contents

Class ReactiveComponent

Inheritance
System.Object
ReactiveComponent
Namespace: Content.Shared.Chemistry.Reaction
Assembly: Content.Shared.dll
Syntax
public sealed class ReactiveComponent : Component

Fields

| Improve this Doc View Source

Reactions

Special reactions that this prototype can specify, outside of any that reagents already apply. Useful for things like monkey cubes, which have a really prototype-specific effect.

Declaration
public List<ReactiveReagentEffectEntry>? Reactions
Field Value
Type Description
System.Nullable<List<ReactiveReagentEffectEntry>>
| Improve this Doc View Source

ReactiveGroups

A dictionary of reactive groups -> methods that work on them.

Declaration
public Dictionary<string, HashSet<ReactionMethod>>? ReactiveGroups
Field Value
Type Description
System.Nullable<Dictionary<System.String, HashSet<ReactionMethod>>>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾