Show / Hide Table of Contents

Class ChameleonClothingSystem

Inheritance
System.Object
SharedChameleonClothingSystem
ChameleonClothingSystem
Namespace: Content.Client.Clothing.Systems
Assembly: Content.Client.dll
Syntax
public sealed class ChameleonClothingSystem : SharedChameleonClothingSystem

Methods

| Improve this Doc View Source

GetValidTargets(SlotFlags)

Get a list of valid chameleon targets for these slots.

Declaration
public IEnumerable<string> GetValidTargets(SlotFlags slot)
Parameters
Type Name Description
SlotFlags slot
Returns
Type Description
IEnumerable<System.String>
| Improve this Doc View Source

Initialize()

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

Shutdown()

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

UpdateSprite(EntityUid, EntityPrototype)

Declaration
protected override void UpdateSprite(EntityUid uid, EntityPrototype proto)
Parameters
Type Name Description
EntityUid uid
Robust.Shared.Prototypes.EntityPrototype proto
  • Improve this Doc
  • View Source
☀
☾
In This Article
  • Methods
    • GetValidTargets(SlotFlags)
    • Initialize()
    • Shutdown()
    • UpdateSprite(EntityUid, EntityPrototype)
Back to top
Generated by DocFX
☀
☾