Show / Hide Table of Contents

Class SlotDefinition

Inheritance
System.Object
SlotDefinition
Namespace: Content.Shared.Inventory
Assembly: Content.Shared.dll
Syntax
public sealed class SlotDefinition : object

Fields

| Improve this Doc View Source

Blacklist

Entity blacklist for CanEquip checks.

Declaration
public EntityWhitelist Blacklist
Field Value
Type Description
EntityWhitelist
| Improve this Doc View Source

Whitelist

Entity whitelist for CanEquip checks.

Declaration
public EntityWhitelist Whitelist
Field Value
Type Description
EntityWhitelist

Properties

| Improve this Doc View Source

DependsOn

Declaration
public string? DependsOn { get; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

DisplayName

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

Name

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

Offset

Offset for the clothing sprites.

Declaration
public Vector2 Offset { get; }
Property Value
Type Description
Vector2
| Improve this Doc View Source

ShowInWindow

Declaration
public bool ShowInWindow { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

SlotFlags

Declaration
public SlotFlags SlotFlags { get; }
Property Value
Type Description
SlotFlags
| Improve this Doc View Source

SlotGroup

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

StripHidden

Declaration
public bool StripHidden { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

StrippingWindowPos

Declaration
public Vector2i StrippingWindowPos { get; }
Property Value
Type Description
Vector2i
| Improve this Doc View Source

StripTime

Declaration
public float StripTime { get; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

TextureName

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

UIWindowPosition

Declaration
public Vector2i UIWindowPosition { get; }
Property Value
Type Description
Vector2i
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾