Class HumanoidAppearanceSystem
Namespace: Content.Client.Humanoid
Assembly: Content.Client.dll
Syntax
public sealed class HumanoidAppearanceSystem : SharedHumanoidAppearanceSystem
Methods
| Improve this Doc View SourceInitialize()
Declaration
public override void Initialize()
Overrides
| Improve this Doc View SourceLoadProfile(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.