Class ThrownEvent
Raised when throwing the entity in your hands.
Inheritance
System.Object
ThrownEvent
Namespace: Content.Shared.Throwing
Assembly: Content.Shared.dll
Syntax
public sealed class ThrownEvent : HandledEntityEventArgs
Constructors
| Improve this Doc View SourceThrownEvent(EntityUid, EntityUid)
Declaration
public ThrownEvent(EntityUid user, EntityUid thrown)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | user | |
EntityUid | thrown |
Properties
| Improve this Doc View SourceThrown
Item that was thrown.
Declaration
public EntityUid Thrown { get; }
Property Value
Type | Description |
---|---|
EntityUid |
User
Entity that threw the item.
Declaration
public EntityUid User { get; }
Property Value
Type | Description |
---|---|
EntityUid |