Show / Hide Table of Contents

Class HealingSystem

Inheritance
System.Object
HealingSystem
Namespace: Content.Server.Medical
Assembly: Content.Server.dll
Syntax
public sealed class HealingSystem : EntitySystem

Methods

| Improve this Doc View Source

GetScaledHealingPenalty(EntityUid, HealingComponent)

Scales the self-heal penalty based on the amount of damage taken

Declaration
public float GetScaledHealingPenalty(EntityUid uid, HealingComponent component)
Parameters
Type Name Description
EntityUid uid
HealingComponent component
Returns
Type Description
System.Single
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾