Show / Hide Table of Contents

Class InteractionAttemptEvent

Event raised directed at a user to see if they can perform a generic interaction.

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

Constructors

| Improve this Doc View Source

InteractionAttemptEvent(EntityUid, Nullable<EntityUid>)

Declaration
public InteractionAttemptEvent(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
☀
☾