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 SourceOnlyWhitelisted
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 SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Points
Declaration
public Dictionary<MarkingCategories, MarkingPoints> Points { get; }
Property Value
Type | Description |
---|---|
Dictionary<MarkingCategories, MarkingPoints> |
Implements
Robust.Shared.Prototypes.IPrototype