Class CargoShuttleMenu
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
CargoShuttleMenu
Namespace: Content.Client.Cargo.UI
Assembly: Content.Client.dll
Syntax
public sealed class CargoShuttleMenu : FancyWindow
Constructors
| Improve this Doc View SourceCargoShuttleMenu(IPrototypeManager, SpriteSystem)
Declaration
public CargoShuttleMenu(IPrototypeManager protoManager, SpriteSystem spriteSystem)
Parameters
Type | Name | Description |
---|---|---|
Robust.Shared.Prototypes.IPrototypeManager | protoManager | |
Robust.Client.GameObjects.SpriteSystem | spriteSystem |
Methods
| Improve this Doc View SourceSetAccountName(String)
Declaration
public void SetAccountName(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
SetOrders(List<CargoOrderData>)
Declaration
public void SetOrders(List<CargoOrderData> orders)
Parameters
Type | Name | Description |
---|---|---|
List<CargoOrderData> | orders |
SetShuttleName(String)
Declaration
public void SetShuttleName(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |