Show / Hide Table of Contents

Class SolutionTransferAttemptEvent

Raised when attempting to transfer from one solution to another.

Inheritance
System.Object
SolutionTransferAttemptEvent
Namespace: Content.Server.Chemistry.EntitySystems
Assembly: Content.Server.dll
Syntax
public sealed class SolutionTransferAttemptEvent : CancellableEntityEventArgs

Constructors

| Improve this Doc View Source

SolutionTransferAttemptEvent(EntityUid, EntityUid)

Declaration
public SolutionTransferAttemptEvent(EntityUid from, EntityUid to)
Parameters
Type Name Description
EntityUid from
EntityUid to

Properties

| Improve this Doc View Source

CancelReason

Why the transfer has been cancelled.

Declaration
public string? CancelReason { get; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

From

Declaration
public EntityUid From { get; }
Property Value
Type Description
EntityUid
| Improve this Doc View Source

To

Declaration
public EntityUid To { get; }
Property Value
Type Description
EntityUid

Methods

| Improve this Doc View Source

Cancel(String)

Cancels the transfer.

Declaration
public void Cancel(string reason)
Parameters
Type Name Description
System.String reason
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾