Show / Hide Table of Contents

Class AbsorbantDoAfterEvent

Inheritance
System.Object
DoAfterEvent
AbsorbantDoAfterEvent
Namespace: Content.Shared.Fluids
Assembly: Content.Shared.dll
Syntax
public sealed class AbsorbantDoAfterEvent : DoAfterEvent

Constructors

| Improve this Doc View Source

AbsorbantDoAfterEvent(String, String, SoundSpecifier, FixedPoint2)

Declaration
public AbsorbantDoAfterEvent(string targetSolution, string message, SoundSpecifier sound, FixedPoint2 transferAmount)
Parameters
Type Name Description
System.String targetSolution
System.String message
Robust.Shared.Audio.SoundSpecifier sound
FixedPoint2 transferAmount

Fields

| Improve this Doc View Source

Message

Declaration
public string Message
Field Value
Type Description
System.String
| Improve this Doc View Source

Sound

Declaration
public SoundSpecifier Sound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

TargetSolution

Declaration
public string TargetSolution
Field Value
Type Description
System.String
| Improve this Doc View Source

TransferAmount

Declaration
public FixedPoint2 TransferAmount
Field Value
Type Description
FixedPoint2

Methods

| Improve this Doc View Source

Clone()

Declaration
public override DoAfterEvent Clone()
Returns
Type Description
DoAfterEvent
Overrides
DoAfterEvent.Clone()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾