Show / Hide Table of Contents

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 Source

Default

EntityPrototype id that chameleon item is trying to mimic.

Declaration
public EntProtoId? Default
Field Value
Type Description
System.Nullable<Robust.Shared.Prototypes.EntProtoId>
| Improve this Doc View Source

Slot

Filter possible chameleon options by their slot flag.

Declaration
public SlotFlags Slot
Field Value
Type Description
SlotFlags
| Improve this Doc View Source

User

Current user that wears chameleon clothing.

Declaration
public EntityUid? User
Field Value
Type Description
System.Nullable<EntityUid>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾