Class StackCountChangedEvent
Event raised when a stack's count has changed.
Inheritance
System.Object
StackCountChangedEvent
Namespace: Content.Shared.Stacks
Assembly: Content.Shared.dll
Syntax
public sealed class StackCountChangedEvent : EntityEventArgs
Constructors
| Improve this Doc View SourceStackCountChangedEvent(Int32, Int32)
Declaration
public StackCountChangedEvent(int oldCount, int newCount)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | oldCount | |
System.Int32 | newCount |
Fields
| Improve this Doc View SourceNewCount
The new stack count.
Declaration
public int NewCount
Field Value
Type | Description |
---|---|
System.Int32 |
OldCount
The old stack count.
Declaration
public int OldCount
Field Value
Type | Description |
---|---|
System.Int32 |