Show / Hide Table of Contents

Class NavMapControl

Displays the nav map data of the specified grid.

Inheritance
System.Object
Robust.Client.UserInterface.Control
MapGridControl
NavMapControl
Namespace: Content.Client.Pinpointer.UI
Assembly: Content.Client.dll
Syntax
public sealed class NavMapControl : MapGridControl

Constructors

| Improve this Doc View Source

NavMapControl()

Declaration
public NavMapControl()

Fields

| Improve this Doc View Source

MapUid

Declaration
public EntityUid? MapUid
Field Value
Type Description
System.Nullable<EntityUid>
| Improve this Doc View Source

TrackedCoordinates

Declaration
public Dictionary<EntityCoordinates, (bool Visible, Color Color)> TrackedCoordinates
Field Value
Type Description
Dictionary<Robust.Shared.Map.EntityCoordinates, System.ValueTuple<System.Boolean, Color>>

Methods

| Improve this Doc View Source

CenterToCoordinates(EntityCoordinates)

Declaration
public void CenterToCoordinates(EntityCoordinates coordinates)
Parameters
Type Name Description
Robust.Shared.Map.EntityCoordinates coordinates
| Improve this Doc View Source

Draw(DrawingHandleScreen)

Declaration
protected override void Draw(DrawingHandleScreen handle)
Parameters
Type Name Description
Robust.Client.Graphics.DrawingHandleScreen handle
Overrides
MapGridControl.Draw(DrawingHandleScreen)
| Improve this Doc View Source

KeyBindDown(GUIBoundKeyEventArgs)

Declaration
protected override void KeyBindDown(GUIBoundKeyEventArgs args)
Parameters
Type Name Description
Robust.Client.UserInterface.GUIBoundKeyEventArgs args
Overrides
Robust.Client.UserInterface.Control.KeyBindDown(Robust.Client.UserInterface.GUIBoundKeyEventArgs)
| Improve this Doc View Source

KeyBindUp(GUIBoundKeyEventArgs)

Declaration
protected override void KeyBindUp(GUIBoundKeyEventArgs args)
Parameters
Type Name Description
Robust.Client.UserInterface.GUIBoundKeyEventArgs args
Overrides
Robust.Client.UserInterface.Control.KeyBindUp(Robust.Client.UserInterface.GUIBoundKeyEventArgs)
| Improve this Doc View Source

MouseMove(GUIMouseMoveEventArgs)

Declaration
protected override void MouseMove(GUIMouseMoveEventArgs args)
Parameters
Type Name Description
GUIMouseMoveEventArgs args
Overrides
Robust.Client.UserInterface.Control.MouseMove(GUIMouseMoveEventArgs)

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾