Show / Hide Table of Contents

Class ClothingSystem

Inheritance
System.Object
ClothingSystem
ClientClothingSystem
ServerClothingSystem
Namespace: Content.Shared.Clothing.EntitySystems
Assembly: Content.Shared.dll
Syntax
public abstract class ClothingSystem : EntitySystem

Methods

| Improve this Doc View Source

CopyVisuals(EntityUid, ClothingComponent, ClothingComponent)

Copy all clothing specific visuals from another item.

Declaration
public void CopyVisuals(EntityUid uid, ClothingComponent otherClothing, ClothingComponent clothing = null)
Parameters
Type Name Description
EntityUid uid
ClothingComponent otherClothing
ClothingComponent clothing
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

OnGotEquipped(EntityUid, ClothingComponent, GotEquippedEvent)

Declaration
protected virtual void OnGotEquipped(EntityUid uid, ClothingComponent component, GotEquippedEvent args)
Parameters
Type Name Description
EntityUid uid
ClothingComponent component
GotEquippedEvent args
| Improve this Doc View Source

OnGotUnequipped(EntityUid, ClothingComponent, GotUnequippedEvent)

Declaration
protected virtual void OnGotUnequipped(EntityUid uid, ClothingComponent component, GotUnequippedEvent args)
Parameters
Type Name Description
EntityUid uid
ClothingComponent component
GotUnequippedEvent args
| Improve this Doc View Source

SetEquippedPrefix(EntityUid, Nullable<String>, ClothingComponent)

Declaration
public void SetEquippedPrefix(EntityUid uid, string? prefix, ClothingComponent clothing = null)
Parameters
Type Name Description
EntityUid uid
System.Nullable<System.String> prefix
ClothingComponent clothing
| Improve this Doc View Source

SetSlots(EntityUid, SlotFlags, ClothingComponent)

Declaration
public void SetSlots(EntityUid uid, SlotFlags slots, ClothingComponent clothing = null)
Parameters
Type Name Description
EntityUid uid
SlotFlags slots
ClothingComponent clothing
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾