Show / Hide Table of Contents

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 Source

DroppedEvent(EntityUid)

Declaration
public DroppedEvent(EntityUid user)
Parameters
Type Name Description
EntityUid user

Properties

| Improve this Doc View Source

User

Entity that dropped the item.

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