Show / Hide Table of Contents

Class CartridgeUiReadyEvent

Gets sent to program / cartridge entities when the ui is ready to be updated by the cartridge.

Inheritance
System.Object
CartridgeUiReadyEvent
Namespace: Content.Shared.CartridgeLoader
Assembly: Content.Shared.dll
Syntax
public sealed class CartridgeUiReadyEvent : EntityEventArgs
Remarks

This is used for the initial ui state update because updating the ui in the activate event doesn't work

Constructors

| Improve this Doc View Source

CartridgeUiReadyEvent(EntityUid)

Declaration
public CartridgeUiReadyEvent(EntityUid loader)
Parameters
Type Name Description
EntityUid loader

Fields

| Improve this Doc View Source

Loader

Declaration
public readonly EntityUid Loader
Field Value
Type Description
EntityUid
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾