Show / Hide Table of Contents

Class DisarmAttemptEvent

Inheritance
System.Object
DisarmAttemptEvent
Namespace: Content.Shared.Actions.Events
Assembly: Content.Shared.dll
Syntax
public sealed class DisarmAttemptEvent : CancellableEntityEventArgs

Constructors

| Improve this Doc View Source

DisarmAttemptEvent(EntityUid, EntityUid, Nullable<EntityUid>)

Declaration
public DisarmAttemptEvent(EntityUid targetUid, EntityUid disarmerUid, EntityUid? targetItemInHandUid = null)
Parameters
Type Name Description
EntityUid targetUid
EntityUid disarmerUid
System.Nullable<EntityUid> targetItemInHandUid

Fields

| Improve this Doc View Source

DisarmerUid

Declaration
public readonly EntityUid DisarmerUid
Field Value
Type Description
EntityUid
| Improve this Doc View Source

TargetItemInHandUid

Declaration
public readonly EntityUid? TargetItemInHandUid
Field Value
Type Description
System.Nullable<EntityUid>
| Improve this Doc View Source

TargetUid

Declaration
public readonly EntityUid TargetUid
Field Value
Type Description
EntityUid
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾