Show / Hide Table of Contents

Class StopPullingEvent

Raised when a request is made to stop pulling an entity.

Inheritance
System.Object
StopPullingEvent
Namespace: Content.Shared.Pulling.Components
Assembly: Content.Shared.dll
Syntax
public sealed class StopPullingEvent : CancellableEntityEventArgs

Constructors

| Improve this Doc View Source

StopPullingEvent(Nullable<EntityUid>)

Declaration
public StopPullingEvent(EntityUid? uid = null)
Parameters
Type Name Description
System.Nullable<EntityUid> uid

Properties

| Improve this Doc View Source

User

Declaration
public EntityUid? User { get; }
Property Value
Type Description
System.Nullable<EntityUid>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾