Class ThrowEvent
Base class for all throw events.
Inheritance
System.Object
ThrowEvent
Assembly: Content.Shared.dll
Syntax
public abstract class ThrowEvent : HandledEntityEventArgs
Constructors
|
Improve this Doc
View Source
ThrowEvent(EntityUid, EntityUid, ThrownItemComponent)
Declaration
public ThrowEvent(EntityUid thrown, EntityUid target, ThrownItemComponent component)
Parameters
Fields
|
Improve this Doc
View Source
Component
Declaration
public ThrownItemComponent Component
Field Value
|
Improve this Doc
View Source
Target
Declaration
public readonly EntityUid Target
Field Value
Type |
Description |
EntityUid |
|
|
Improve this Doc
View Source
Thrown
Declaration
public readonly EntityUid Thrown
Field Value
Type |
Description |
EntityUid |
|