Class ThrowHitByEvent
Raised directed on the target entity being hit by the thrown entity.
Namespace: Content.Shared.Throwing
Assembly: Content.Shared.dll
Syntax
public sealed class ThrowHitByEvent : ThrowEvent
Constructors
| Improve this Doc View SourceThrowHitByEvent(EntityUid, EntityUid, ThrownItemComponent)
Declaration
public ThrowHitByEvent(EntityUid thrown, EntityUid target, ThrownItemComponent component)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | thrown | |
EntityUid | target | |
ThrownItemComponent | component |