Show / Hide Table of Contents

Class ItemCounterSystem

Inheritance
System.Object
SharedItemCounterSystem
ItemCounterSystem
Namespace: Content.Server.Storage.EntitySystems
Assembly: Content.Server.dll
Syntax
public sealed class ItemCounterSystem : SharedItemCounterSystem

Methods

| Improve this Doc View Source

GetCount(ContainerModifiedMessage, ItemCounterComponent)

Declaration
protected override int? GetCount(ContainerModifiedMessage msg, ItemCounterComponent itemCounter)
Parameters
Type Name Description
Robust.Shared.Containers.ContainerModifiedMessage msg
ItemCounterComponent itemCounter
Returns
Type Description
System.Nullable<System.Int32>
Overrides
SharedItemCounterSystem.GetCount(ContainerModifiedMessage, ItemCounterComponent)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾