Class VomitSystem
Inheritance
System.Object
VomitSystem
Namespace: Content.Server.Medical
Assembly: Content.Server.dll
Syntax
public sealed class VomitSystem : EntitySystem
Methods
| Improve this Doc View SourceVomit(EntityUid, Single, Single)
Make an entity vomit, if they have a stomach.
Declaration
public void Vomit(EntityUid uid, float thirstAdded = null, float hungerAdded = null)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | uid | |
System.Single | thirstAdded | |
System.Single | hungerAdded |