Class DroppedEvent
Inheritance
System.Object
DroppedEvent
Namespace: Content.Shared.Interaction.Events
Assembly: Content.Shared.dll
Syntax
public sealed class DroppedEvent : HandledEntityEventArgs
Constructors
| Improve this Doc View SourceDroppedEvent(EntityUid)
Declaration
public DroppedEvent(EntityUid user)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | user |
Properties
| Improve this Doc View SourceUser
Entity that dropped the item.
Declaration
public EntityUid User { get; }
Property Value
Type | Description |
---|---|
EntityUid |