Show / Hide Table of Contents

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 Source

BodyPartSlot(String, BodyPartType)

Declaration
public BodyPartSlot(string id, BodyPartType type)
Parameters
Type Name Description
System.String id
BodyPartType type

Fields

| Improve this Doc View Source

Id

Declaration
public string Id
Field Value
Type Description
System.String
| Improve this Doc View Source

Type

Declaration
public BodyPartType Type
Field Value
Type Description
BodyPartType
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾