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