Class SharedShuttleSystem
Inheritance
System.Object
SharedShuttleSystem
Assembly: Content.Shared.dll
Syntax
public abstract class SharedShuttleSystem : EntitySystem
Methods
|
Improve this Doc
View Source
AddIFFFlag(EntityUid, IFFFlags, IFFComponent)
Declaration
public void AddIFFFlag(EntityUid gridUid, IFFFlags flags, IFFComponent component = null)
Parameters
|
Improve this Doc
View Source
RemoveIFFFlag(EntityUid, IFFFlags, IFFComponent)
Declaration
public void RemoveIFFFlag(EntityUid gridUid, IFFFlags flags, IFFComponent component = null)
Parameters
|
Improve this Doc
View Source
SetIFFColor(EntityUid, Color, IFFComponent)
Sets the color for this grid to appear as on radar.
Declaration
public void SetIFFColor(EntityUid gridUid, Color color, IFFComponent component = null)
Parameters
Type |
Name |
Description |
EntityUid |
gridUid |
|
Color |
color |
|
IFFComponent |
component |
|
|
Improve this Doc
View Source
UpdateIFFInterfaces(EntityUid, IFFComponent)
Declaration
protected virtual void UpdateIFFInterfaces(EntityUid gridUid, IFFComponent component)
Parameters
Type |
Name |
Description |
EntityUid |
gridUid |
|
IFFComponent |
component |
|