Class StomachSystem
Inheritance
System.Object
StomachSystem
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
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
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 |
|