Show / Hide Table of Contents

Class SharedRadarConsoleSystem

Inheritance
System.Object
SharedRadarConsoleSystem
RadarConsoleSystem
RadarConsoleSystem
Namespace: Content.Shared.Shuttles.Systems
Assembly: Content.Shared.dll
Syntax
public abstract class SharedRadarConsoleSystem : EntitySystem

Fields

| Improve this Doc View Source

DefaultMaxRange

Declaration
public const float DefaultMaxRange = null
Field Value
Type Description
System.Single
| Improve this Doc View Source

DefaultMinRange

Declaration
public const float DefaultMinRange = null
Field Value
Type Description
System.Single

Methods

| Improve this Doc View Source

SetRange(EntityUid, Single, RadarConsoleComponent)

Declaration
public void SetRange(EntityUid uid, float value, RadarConsoleComponent component)
Parameters
Type Name Description
EntityUid uid
System.Single value
RadarConsoleComponent component
| Improve this Doc View Source

UpdateState(EntityUid, RadarConsoleComponent)

Declaration
protected virtual void UpdateState(EntityUid uid, RadarConsoleComponent component)
Parameters
Type Name Description
EntityUid uid
RadarConsoleComponent component
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾