Class AttachedClothingComponent
This component indicates that this clothing is attached to some other entity with a ToggleableClothingComponent. When unequipped, this entity should be returned to the entity that it is attached to, rather than being dumped on the floor or something like that. Intended for use with hardsuits and hardsuit helmets.
Inheritance
System.Object
AttachedClothingComponent
Namespace: Content.Shared.Clothing.Components
Assembly: Content.Shared.dll
Syntax
public sealed class AttachedClothingComponent : Component
Fields
| Improve this Doc View SourceAttachedUid
The Id of the piece of clothing that this entity belongs to.
Declaration
public EntityUid AttachedUid
Field Value
Type | Description |
---|---|
EntityUid |