Class ChameleonClothingComponent
Allow players to change clothing sprite to any other clothing prototype.
Inheritance
System.Object
ChameleonClothingComponent
Namespace: Content.Shared.Clothing.Components
Assembly: Content.Shared.dll
Syntax
public sealed class ChameleonClothingComponent : Component
Fields
| Improve this Doc View SourceDefault
EntityPrototype id that chameleon item is trying to mimic.
Declaration
public EntProtoId? Default
Field Value
Type | Description |
---|---|
System.Nullable<Robust.Shared.Prototypes.EntProtoId> |
Slot
Filter possible chameleon options by their slot flag.
Declaration
public SlotFlags Slot
Field Value
Type | Description |
---|---|
SlotFlags |
User
Current user that wears chameleon clothing.
Declaration
public EntityUid? User
Field Value
Type | Description |
---|---|
System.Nullable<EntityUid> |