Class ThrowDoHitEvent
Raised directed on the thrown entity that hits another.
Namespace: Content.Shared.Throwing
Assembly: Content.Shared.dll
Syntax
public sealed class ThrowDoHitEvent : ThrowEvent
Constructors
| Improve this Doc View SourceThrowDoHitEvent(EntityUid, EntityUid, ThrownItemComponent)
Declaration
public ThrowDoHitEvent(EntityUid thrown, EntityUid target, ThrownItemComponent component)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | thrown | |
EntityUid | target | |
ThrownItemComponent | component |