Class IntrinsicUIOpenAttemptEvent
Inheritance
System.Object
IntrinsicUIOpenAttemptEvent
Assembly: Content.Server.dll
Syntax
public sealed class IntrinsicUIOpenAttemptEvent : CancellableEntityEventArgs
Constructors
|
Improve this Doc
View Source
IntrinsicUIOpenAttemptEvent(EntityUid, Nullable<Enum>)
Declaration
public IntrinsicUIOpenAttemptEvent(EntityUid who, Enum? key)
Parameters
Type |
Name |
Description |
EntityUid |
who |
|
System.Nullable<Enum> |
key |
|
Properties
|
Improve this Doc
View Source
Key
Declaration
public Enum? Key { get; }
Property Value
Type |
Description |
System.Nullable<Enum> |
|
|
Improve this Doc
View Source
User
Declaration
public EntityUid User { get; }
Property Value
Type |
Description |
EntityUid |
|