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 SourceGetScaledHealingPenalty(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 |
Initialize()
Declaration
public override void Initialize()