Class ItemCounterSystem
Inheritance
System.Object
ItemCounterSystem
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