Show / Hide Table of Contents

Class CargoShuttleMenu

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
FancyWindow
CargoShuttleMenu
Namespace: Content.Client.Cargo.UI
Assembly: Content.Client.dll
Syntax
public sealed class CargoShuttleMenu : FancyWindow

Constructors

| Improve this Doc View Source

CargoShuttleMenu(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 Source

SetAccountName(String)

Declaration
public void SetAccountName(string name)
Parameters
Type Name Description
System.String name
| Improve this Doc View Source

SetOrders(List<CargoOrderData>)

Declaration
public void SetOrders(List<CargoOrderData> orders)
Parameters
Type Name Description
List<CargoOrderData> orders
| Improve this Doc View Source

SetShuttleName(String)

Declaration
public void SetShuttleName(string name)
Parameters
Type Name Description
System.String name

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾