Show / Hide Table of Contents

Class DamageableComponentState

Inheritance
System.Object
DamageableComponentState
Namespace: Content.Shared.Damage
Assembly: Content.Shared.dll
Syntax
public sealed class DamageableComponentState : ComponentState

Constructors

| Improve this Doc View Source

DamageableComponentState(Dictionary<String, FixedPoint2>, Nullable<String>)

Declaration
public DamageableComponentState(Dictionary<string, FixedPoint2> damageDict, string? modifierSetId)
Parameters
Type Name Description
Dictionary<System.String, FixedPoint2> damageDict
System.Nullable<System.String> modifierSetId

Fields

| Improve this Doc View Source

DamageDict

Declaration
public readonly Dictionary<string, FixedPoint2> DamageDict
Field Value
Type Description
Dictionary<System.String, FixedPoint2>
| Improve this Doc View Source

ModifierSetId

Declaration
public readonly string? ModifierSetId
Field Value
Type Description
System.Nullable<System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾