Show / Hide Table of Contents

Class ReactiveSystem

Inheritance
System.Object
ReactiveSystem
Namespace: Content.Shared.Chemistry
Assembly: Content.Shared.dll
Syntax
public sealed class ReactiveSystem : EntitySystem

Methods

| Improve this Doc View Source

DoEntityReaction(EntityUid, Solution, ReactionMethod)

Declaration
public void DoEntityReaction(EntityUid uid, Solution solution, ReactionMethod method)
Parameters
Type Name Description
EntityUid uid
Solution solution
ReactionMethod method
| Improve this Doc View Source

ReactionEntity(EntityUid, ReactionMethod, ReagentPrototype, ReagentQuantity, Solution)

Declaration
public void ReactionEntity(EntityUid uid, ReactionMethod method, ReagentPrototype proto, ReagentQuantity reagentQuantity, Solution source)
Parameters
Type Name Description
EntityUid uid
ReactionMethod method
ReagentPrototype proto
ReagentQuantity reagentQuantity
Solution source
| Improve this Doc View Source

ReactionEntity(EntityUid, ReactionMethod, ReagentQuantity, Solution)

Declaration
public void ReactionEntity(EntityUid uid, ReactionMethod method, ReagentQuantity reagentQuantity, Solution source)
Parameters
Type Name Description
EntityUid uid
ReactionMethod method
ReagentQuantity reagentQuantity
Solution source
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾