Show / Hide Table of Contents

Class MarkingPointsPrototype

Inheritance
System.Object
MarkingPointsPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Humanoid.Markings
Assembly: Content.Shared.dll
Syntax
public sealed class MarkingPointsPrototype : object, IPrototype

Fields

| Improve this Doc View Source

OnlyWhitelisted

If the user of this marking point set is only allowed to use whitelisted markings, and not globally usable markings. Only used for validation and profile construction. Ignored anywhere else.

Declaration
public bool OnlyWhitelisted
Field Value
Type Description
System.Boolean

Properties

| Improve this Doc View Source

ID

Declaration
public string ID { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Points

Declaration
public Dictionary<MarkingCategories, MarkingPoints> Points { get; }
Property Value
Type Description
Dictionary<MarkingCategories, MarkingPoints>

Implements

Robust.Shared.Prototypes.IPrototype
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾