Show / Hide Table of Contents

Class ThrowEvent

Base class for all throw events.

Inheritance
System.Object
ThrowEvent
ThrowDoHitEvent
ThrowHitByEvent
Namespace: Content.Shared.Throwing
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
Type Name Description
EntityUid thrown
EntityUid target
ThrownItemComponent component

Fields

| Improve this Doc View Source

Component

Declaration
public ThrownItemComponent Component
Field Value
Type Description
ThrownItemComponent
| 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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾