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 SourceCartridgeUiReadyEvent(EntityUid)
Declaration
public CartridgeUiReadyEvent(EntityUid loader)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | loader |
Fields
| Improve this Doc View SourceLoader
Declaration
public readonly EntityUid Loader
Field Value
Type | Description |
---|---|
EntityUid |