Show / Hide Table of Contents

Interface ICharacterProfile

Namespace: Content.Shared.Preferences
Assembly: Content.Shared.dll
Syntax
public interface ICharacterProfile

Properties

| Improve this Doc View Source

CharacterAppearance

Declaration
ICharacterAppearance CharacterAppearance { get; }
Property Value
Type Description
ICharacterAppearance
| Improve this Doc View Source

Name

Declaration
string Name { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

EnsureValid()

Makes this profile valid so there's no bad data like negative ages.

Declaration
void EnsureValid()
| Improve this Doc View Source

MemberwiseEquals(ICharacterProfile)

Declaration
bool MemberwiseEquals(ICharacterProfile other)
Parameters
Type Name Description
ICharacterProfile other
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾