Class ExaminableDamagePrototype
Prototype for examinable damage messages.
Inheritance
System.Object
ExaminableDamagePrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Damage.Prototypes
Assembly: Content.Shared.dll
Syntax
public sealed class ExaminableDamagePrototype : object, IPrototype
Fields
| Improve this Doc View SourceMessages
List of damage messages IDs sorted by severity. First one describes fully intact entity. Last one describes almost destroyed.
Declaration
public string[] Messages
Field Value
Type | Description |
---|---|
System.String[] |
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype