Show / Hide Table of Contents

Class RespiratorSystem

Inheritance
System.Object
RespiratorSystem
Namespace: Content.Server.Body.Systems
Assembly: Content.Server.dll
Syntax
public sealed class RespiratorSystem : EntitySystem

Methods

| Improve this Doc View Source

Exhale(EntityUid, BodyComponent)

Declaration
public void Exhale(EntityUid uid, BodyComponent body = null)
Parameters
Type Name Description
EntityUid uid
BodyComponent body
| Improve this Doc View Source

Inhale(EntityUid, BodyComponent)

Declaration
public void Inhale(EntityUid uid, BodyComponent body = null)
Parameters
Type Name Description
EntityUid uid
BodyComponent body
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

Update(Single)

Declaration
public override void Update(float frameTime)
Parameters
Type Name Description
System.Single frameTime
| Improve this Doc View Source

UpdateSaturation(EntityUid, Single, RespiratorComponent)

Declaration
public void UpdateSaturation(EntityUid uid, float amount, RespiratorComponent respirator = null)
Parameters
Type Name Description
EntityUid uid
System.Single amount
RespiratorComponent respirator
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾