Class AbsorbantDoAfterEvent
Inheritance
System.Object
AbsorbantDoAfterEvent
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
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
Methods
|
Improve this Doc
View Source
Clone()
Declaration
public override DoAfterEvent Clone()
Returns
Overrides