Class BodyPartComponent
Inheritance
System.Object
BodyPartComponent
Namespace: Content.Shared.Body.Part
Assembly: Content.Shared.dll
Syntax
public sealed class BodyPartComponent : Component
Fields
| Improve this Doc View SourceBody
Parent body for this part.
Declaration
public EntityUid? Body
Field Value
Type | Description |
---|---|
System.Nullable<EntityUid> |
Children
Child body parts attached to this body part.
Declaration
public Dictionary<string, BodyPartSlot> Children
Field Value
Type | Description |
---|---|
Dictionary<System.String, BodyPartSlot> |
IsVital
Whether or not the owning Body will die if all BodyComponents of this type are removed from it.
Declaration
public bool IsVital
Field Value
Type | Description |
---|---|
System.Boolean |
Organs
Organs attached to this body part.
Declaration
public Dictionary<string, OrganSlot> Organs
Field Value
Type | Description |
---|---|
Dictionary<System.String, OrganSlot> |
PartType
Declaration
public BodyPartType PartType
Field Value
Type | Description |
---|---|
BodyPartType |
Symmetry
Declaration
public BodyPartSymmetry Symmetry
Field Value
Type | Description |
---|---|
BodyPartSymmetry |