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 SourceReactions
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>> |
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>>> |