Class CrewManifestEui
Inheritance
System.Object
CrewManifestEui
Assembly: Content.Server.dll
Syntax
public sealed class CrewManifestEui : BaseEui
Constructors
|
Improve this Doc
View Source
CrewManifestEui(EntityUid, Nullable<EntityUid>, CrewManifestSystem)
Declaration
public CrewManifestEui(EntityUid station, EntityUid? owner, CrewManifestSystem crewManifestSystem)
Parameters
Type |
Name |
Description |
EntityUid |
station |
|
System.Nullable<EntityUid> |
owner |
|
CrewManifestSystem |
crewManifestSystem |
|
Fields
|
Improve this Doc
View Source
Owner
Current owner of this UI, if it has one. This is
to ensure that if a BUI is closed, the EUIs related
to the BUI are closed as well.
Declaration
public readonly EntityUid? Owner
Field Value
Type |
Description |
System.Nullable<EntityUid> |
|
Methods
|
Improve this Doc
View Source
Closed()
Declaration
public override void Closed()
Overrides
|
Improve this Doc
View Source
GetNewState()
Declaration
public override CrewManifestEuiState GetNewState()
Returns
Overrides