Show / Hide Table of Contents

Class GettingInteractedWithAttemptEvent

Event raised directed at the target entity of an interaction to see if the user is allowed to perform some generic interaction.

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

Constructors

| Improve this Doc View Source

GettingInteractedWithAttemptEvent(EntityUid, Nullable<EntityUid>)

Declaration
public GettingInteractedWithAttemptEvent(EntityUid uid, EntityUid? target)
Parameters
Type Name Description
EntityUid uid
System.Nullable<EntityUid> target

Properties

| Improve this Doc View Source

Target

Declaration
public EntityUid? Target { get; }
Property Value
Type Description
System.Nullable<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
☀
☾