Show / Hide Table of Contents

Class ThrowAttemptEvent

Inheritance
System.Object
ThrowAttemptEvent
Namespace: Content.Shared.Throwing
Assembly: Content.Shared.dll
Syntax
public sealed class ThrowAttemptEvent : CancellableEntityEventArgs

Constructors

| Improve this Doc View Source

ThrowAttemptEvent(EntityUid, EntityUid)

Declaration
public ThrowAttemptEvent(EntityUid uid, EntityUid itemUid)
Parameters
Type Name Description
EntityUid uid
EntityUid itemUid

Properties

| Improve this Doc View Source

ItemUid

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

Uid

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