Class NavMapSystem
Handles data to be used for in-grid map displays.
Namespace: Content.Server.Pinpointer
Assembly: Content.Server.dll
Syntax
public sealed class NavMapSystem : SharedNavMapSystem
Methods
| Improve this Doc View SourceInitialize()
Declaration
public override void Initialize()
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 |
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 |