Show / Hide Table of Contents

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 Source

StackCountChangedEvent(Int32, Int32)

Declaration
public StackCountChangedEvent(int oldCount, int newCount)
Parameters
Type Name Description
System.Int32 oldCount
System.Int32 newCount

Fields

| Improve this Doc View Source

NewCount

The new stack count.

Declaration
public int NewCount
Field Value
Type Description
System.Int32
| Improve this Doc View Source

OldCount

The old stack count.

Declaration
public int OldCount
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾