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 SourceReactionAttemptEvent(ReactionPrototype, Solution)
Declaration
public ReactionAttemptEvent(ReactionPrototype reaction, Solution solution)
Parameters
Type | Name | Description |
---|---|---|
ReactionPrototype | reaction | |
Solution | solution |
Fields
| Improve this Doc View SourceReaction
Declaration
public readonly ReactionPrototype Reaction
Field Value
Type | Description |
---|---|
ReactionPrototype |
Solution
Declaration
public readonly Solution Solution
Field Value
Type | Description |
---|---|
Solution |