Show / Hide Table of Contents

Class ItemComponentState

Inheritance
System.Object
ItemComponentState
Namespace: Content.Shared.Item
Assembly: Content.Shared.dll
Syntax
public sealed class ItemComponentState : ComponentState

Constructors

| Improve this Doc View Source

ItemComponentState(Int32, Nullable<String>)

Declaration
public ItemComponentState(int size, string? heldPrefix)
Parameters
Type Name Description
System.Int32 size
System.Nullable<System.String> heldPrefix

Properties

| Improve this Doc View Source

HeldPrefix

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

Size

Declaration
public int Size { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾