Class StampComponent
Inheritance
System.Object
StampComponent
Namespace: Content.Shared.Paper
Assembly: Content.Shared.dll
Syntax
public sealed class StampComponent : Component
Fields
| Improve this Doc View SourceSound
Declaration
public SoundSpecifier Sound
Field Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |
StampedColor
The color of the ink used by the stamp in UIs
Declaration
public Color StampedColor
Field Value
Type | Description |
---|---|
Color |
Properties
| Improve this Doc View SourceStampedName
The loc string name that will be stamped to the piece of paper on examine.
Declaration
public string StampedName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StampState
Tne sprite state of the stamp to display on the paper from bureacracy.rsi.
Declaration
public string StampState { get; set; }
Property Value
Type | Description |
---|---|
System.String |