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