Class BeforeActivatableUIOpenEvent
This is after it's decided the user can open the UI, but before the UI actually opens. Use this if you need to prepare the UI itself
Inheritance
System.Object
BeforeActivatableUIOpenEvent
Namespace: Content.Server.UserInterface
Assembly: Content.Server.dll
Syntax
public sealed class BeforeActivatableUIOpenEvent : EntityEventArgs
Constructors
| Improve this Doc View SourceBeforeActivatableUIOpenEvent(EntityUid)
Declaration
public BeforeActivatableUIOpenEvent(EntityUid who)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | who |
Properties
| Improve this Doc View SourceUser
Declaration
public EntityUid User { get; }
Property Value
Type | Description |
---|---|
EntityUid |