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 SourceAccumulatedFrameTime
Declaration
public float AccumulatedFrameTime
Field Value
Type | Description |
---|---|
System.Single |
BodySolutionName
What solution should this stomach push reagents into, on the body?
Declaration
public string BodySolutionName
Field Value
Type | Description |
---|---|
System.String |
DigestionDelay
Time in seconds between reagents being ingested and them being transferred to BloodstreamComponent
Declaration
public float DigestionDelay
Field Value
Type | Description |
---|---|
System.Single |
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> |
SpecialDigestible
A whitelist for what special-digestible-required foods this stomach is capable of eating.
Declaration
public EntityWhitelist SpecialDigestible
Field Value
Type | Description |
---|---|
EntityWhitelist |
UpdateInterval
How fast should this component update, in seconds?
Declaration
public float UpdateInterval
Field Value
Type | Description |
---|---|
System.Single |