Class ShuttleConsoleSystem
Inheritance
System.Object
ShuttleConsoleSystem
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
|
Improve this Doc
View Source
ClearPilots(ShuttleConsoleComponent)
Declaration
public void ClearPilots(ShuttleConsoleComponent component)
Parameters
|
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
|
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 |
|