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 SourceStopPullingEvent(Nullable<EntityUid>)
Declaration
public StopPullingEvent(EntityUid? uid = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<EntityUid> | uid |
Properties
| Improve this Doc View SourceUser
Declaration
public EntityUid? User { get; }
Property Value
Type | Description |
---|---|
System.Nullable<EntityUid> |