Show / Hide Table of Contents

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 Source

ThrownEvent(EntityUid, EntityUid)

Declaration
public ThrownEvent(EntityUid user, EntityUid thrown)
Parameters
Type Name Description
EntityUid user
EntityUid thrown

Properties

| Improve this Doc View Source

Thrown

Item that was thrown.

Declaration
public EntityUid Thrown { get; }
Property Value
Type Description
EntityUid
| Improve this Doc View Source

User

Entity that threw the item.

Declaration
public EntityUid User { get; }
Property Value
Type Description
EntityUid
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾