Show / Hide Table of Contents

Class HumanoidAppearanceSystem

Inheritance
System.Object
SharedHumanoidAppearanceSystem
HumanoidAppearanceSystem
Namespace: Content.Client.Humanoid
Assembly: Content.Client.dll
Syntax
public sealed class HumanoidAppearanceSystem : SharedHumanoidAppearanceSystem

Methods

| Improve this Doc View Source

Initialize()

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

LoadProfile(EntityUid, HumanoidCharacterProfile, HumanoidAppearanceComponent)

Loads a profile directly into a humanoid.

Declaration
public override void LoadProfile(EntityUid uid, HumanoidCharacterProfile profile, HumanoidAppearanceComponent humanoid = null)
Parameters
Type Name Description
EntityUid uid

The humanoid entity's UID

HumanoidCharacterProfile profile

The profile to load.

HumanoidAppearanceComponent humanoid

The humanoid entity's humanoid component.

Remarks

This should not be used if the entity is owned by the server. The server will otherwise override this with the appearance data it sends over.

  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾