Show / Hide Table of Contents

Class DamageGroupPrototype

A Group of DamageTypePrototypes.

Inheritance
System.Object
DamageGroupPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Damage.Prototypes
Assembly: Content.Shared.dll
Syntax
public sealed class DamageGroupPrototype : object, IPrototype
Remarks

These groups can be used to specify supported damage types of a DamageContainerPrototype, or to change/get/set damage in a DamageableComponent.

Properties

| Improve this Doc View Source

DamageTypes

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

ID

Declaration
public string ID { get; }
Property Value
Type Description
System.String

Implements

Robust.Shared.Prototypes.IPrototype
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾