Show / Hide Table of Contents

Class StomachComponent

Inheritance
System.Object
StomachComponent
Namespace: Content.Server.Body.Components
Assembly: Content.Server.dll
Syntax
public sealed class StomachComponent : Component

Fields

| Improve this Doc View Source

AccumulatedFrameTime

Declaration
public float AccumulatedFrameTime
Field Value
Type Description
System.Single
| Improve this Doc View Source

BodySolutionName

What solution should this stomach push reagents into, on the body?

Declaration
public string BodySolutionName
Field Value
Type Description
System.String
| Improve this Doc View Source

DigestionDelay

Time in seconds between reagents being ingested and them being transferred to BloodstreamComponent

Declaration
public float DigestionDelay
Field Value
Type Description
System.Single
| Improve this Doc View Source

ReagentDeltas

Used to track how long each reagent has been in the stomach

Declaration
public readonly List<StomachComponent.ReagentDelta> ReagentDeltas
Field Value
Type Description
List<StomachComponent.ReagentDelta>
| Improve this Doc View Source

SpecialDigestible

A whitelist for what special-digestible-required foods this stomach is capable of eating.

Declaration
public EntityWhitelist SpecialDigestible
Field Value
Type Description
EntityWhitelist
| Improve this Doc View Source

UpdateInterval

How fast should this component update, in seconds?

Declaration
public float UpdateInterval
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾