Show / Hide Table of Contents

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 Source

BeforeActivatableUIOpenEvent(EntityUid)

Declaration
public BeforeActivatableUIOpenEvent(EntityUid who)
Parameters
Type Name Description
EntityUid who

Properties

| Improve this Doc View Source

User

Declaration
public EntityUid User { get; }
Property Value
Type Description
EntityUid
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾