Show / Hide Table of Contents

Class ReactionAttemptEvent

Raised directed at the owner of a solution to determine whether the reaction should be allowed to occur.

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

Constructors

| Improve this Doc View Source

ReactionAttemptEvent(ReactionPrototype, Solution)

Declaration
public ReactionAttemptEvent(ReactionPrototype reaction, Solution solution)
Parameters
Type Name Description
ReactionPrototype reaction
Solution solution

Fields

| Improve this Doc View Source

Reaction

Declaration
public readonly ReactionPrototype Reaction
Field Value
Type Description
ReactionPrototype
| Improve this Doc View Source

Solution

Declaration
public readonly Solution Solution
Field Value
Type Description
Solution
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾