Show / Hide Table of Contents

Class ShuttleConsoleSystem

Inheritance
System.Object
SharedShuttleConsoleSystem
ShuttleConsoleSystem
Namespace: Content.Server.Shuttles.Systems
Assembly: Content.Server.dll
Syntax
public sealed class ShuttleConsoleSystem : SharedShuttleConsoleSystem

Methods

| Improve this Doc View Source

AddPilot(EntityUid, EntityUid, ShuttleConsoleComponent)

Declaration
public void AddPilot(EntityUid uid, EntityUid entity, ShuttleConsoleComponent component)
Parameters
Type Name Description
EntityUid uid
EntityUid entity
ShuttleConsoleComponent component
| Improve this Doc View Source

ClearPilots(ShuttleConsoleComponent)

Declaration
public void ClearPilots(ShuttleConsoleComponent component)
Parameters
Type Name Description
ShuttleConsoleComponent component
| Improve this Doc View Source

HandlePilotShutdown(EntityUid, PilotComponent, ComponentShutdown)

Declaration
protected override void HandlePilotShutdown(EntityUid uid, PilotComponent component, ComponentShutdown args)
Parameters
Type Name Description
EntityUid uid
PilotComponent component
ComponentShutdown args
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
Overrides
SharedShuttleConsoleSystem.Initialize()
| Improve this Doc View Source

RefreshDroneConsoles()

Refreshes all drone console entities.

Declaration
public void RefreshDroneConsoles()
| Improve this Doc View Source

RefreshShuttleConsoles()

Refreshes all of the data for shuttle consoles.

Declaration
public void RefreshShuttleConsoles()
| Improve this Doc View Source

RefreshShuttleConsoles(EntityUid)

Declaration
public void RefreshShuttleConsoles(EntityUid _)
Parameters
Type Name Description
EntityUid _
| Improve this Doc View Source

RemovePilot(EntityUid)

Declaration
public void RemovePilot(EntityUid entity)
Parameters
Type Name Description
EntityUid entity
| Improve this Doc View Source

RemovePilot(EntityUid, PilotComponent)

Declaration
public void RemovePilot(EntityUid pilotUid, PilotComponent pilotComponent)
Parameters
Type Name Description
EntityUid pilotUid
PilotComponent pilotComponent
| Improve this Doc View Source

Update(Single)

Declaration
public override void Update(float frameTime)
Parameters
Type Name Description
System.Single frameTime
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾