Show / Hide Table of Contents

Class SharedItemCounterSystem

Inheritance
System.Object
SharedItemCounterSystem
ItemCounterSystem
ItemCounterSystem
Namespace: Content.Shared.Storage.EntitySystems
Assembly: Content.Shared.dll
Syntax
public abstract class SharedItemCounterSystem : EntitySystem

Methods

| Improve this Doc View Source

GetCount(ContainerModifiedMessage, ItemCounterComponent)

Declaration
protected abstract int? GetCount(ContainerModifiedMessage msg, ItemCounterComponent itemCounter)
Parameters
Type Name Description
Robust.Shared.Containers.ContainerModifiedMessage msg
ItemCounterComponent itemCounter
Returns
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾