Class UserOpenActivatableUIAttemptEvent
Inheritance
System.Object
UserOpenActivatableUIAttemptEvent
Assembly: Content.Server.dll
Syntax
public sealed class UserOpenActivatableUIAttemptEvent : CancellableEntityEventArgs
Constructors
|
Improve this Doc
View Source
UserOpenActivatableUIAttemptEvent(EntityUid, EntityUid)
Declaration
public UserOpenActivatableUIAttemptEvent(EntityUid who, EntityUid target)
Parameters
Type |
Name |
Description |
EntityUid |
who |
|
EntityUid |
target |
|
Properties
|
Improve this Doc
View Source
Target
Declaration
public EntityUid Target { get; }
Property Value
Type |
Description |
EntityUid |
|
|
Improve this Doc
View Source
User
Declaration
public EntityUid User { get; }
Property Value
Type |
Description |
EntityUid |
|