Struct BodyPartSlot
Contains metadata about a body part in relation to its slot.
Namespace: Content.Shared.Body.Part
Assembly: Content.Shared.dll
Syntax
public struct BodyPartSlot
Constructors
| Improve this Doc View SourceBodyPartSlot(String, BodyPartType)
Declaration
public BodyPartSlot(string id, BodyPartType type)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
BodyPartType | type |
Fields
| Improve this Doc View SourceId
Declaration
public string Id
Field Value
Type | Description |
---|---|
System.String |
Type
Declaration
public BodyPartType Type
Field Value
Type | Description |
---|---|
BodyPartType |