Show / Hide Table of Contents

Class StomachSystem

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

Fields

| Improve this Doc View Source

DefaultSolutionName

Declaration
public const string DefaultSolutionName = null
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

CanTransferSolution(EntityUid, Solution, SolutionContainerManagerComponent)

Declaration
public bool CanTransferSolution(EntityUid uid, Solution solution, SolutionContainerManagerComponent solutions = null)
Parameters
Type Name Description
EntityUid uid
Solution solution
SolutionContainerManagerComponent solutions
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Initialize()

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

TryTransferSolution(EntityUid, Solution, StomachComponent, SolutionContainerManagerComponent)

Declaration
public bool TryTransferSolution(EntityUid uid, Solution solution, StomachComponent stomach = null, SolutionContainerManagerComponent solutions = null)
Parameters
Type Name Description
EntityUid uid
Solution solution
StomachComponent stomach
SolutionContainerManagerComponent solutions
Returns
Type Description
System.Boolean
| 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
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾