Show / Hide Table of Contents

Class NavMapSystem

Handles data to be used for in-grid map displays.

Inheritance
System.Object
SharedNavMapSystem
NavMapSystem
Namespace: Content.Server.Pinpointer
Assembly: Content.Server.dll
Syntax
public sealed class NavMapSystem : SharedNavMapSystem

Methods

| Improve this Doc View Source

Initialize()

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

SetBeaconEnabled(EntityUid, Boolean, NavMapBeaconComponent)

Sets the beacon's Enabled field and refreshes the grid.

Declaration
public void SetBeaconEnabled(EntityUid uid, bool enabled, NavMapBeaconComponent comp = null)
Parameters
Type Name Description
EntityUid uid
System.Boolean enabled
NavMapBeaconComponent comp
| Improve this Doc View Source

ToggleBeacon(EntityUid, NavMapBeaconComponent)

Toggles the beacon's Enabled field and refreshes the grid.

Declaration
public void ToggleBeacon(EntityUid uid, NavMapBeaconComponent comp = null)
Parameters
Type Name Description
EntityUid uid
NavMapBeaconComponent comp
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾