Show / Hide Table of Contents

Struct PathPortal

Connects 2 disparate locations.

Namespace: Content.Server.NPC.Pathfinding
Assembly: Content.Server.dll
Syntax
public struct PathPortal
Remarks

For example, 2 docking airlocks connecting 2 graphs, or an actual portal on the same graph.

Constructors

| Improve this Doc View Source

PathPortal(Int32, EntityCoordinates, EntityCoordinates)

Declaration
public PathPortal(int handle, EntityCoordinates coordsA, EntityCoordinates coordsB)
Parameters
Type Name Description
System.Int32 handle
Robust.Shared.Map.EntityCoordinates coordsA
Robust.Shared.Map.EntityCoordinates coordsB

Fields

| Improve this Doc View Source

CoordinatesA

Declaration
public readonly EntityCoordinates CoordinatesA
Field Value
Type Description
Robust.Shared.Map.EntityCoordinates
| Improve this Doc View Source

CoordinatesB

Declaration
public readonly EntityCoordinates CoordinatesB
Field Value
Type Description
Robust.Shared.Map.EntityCoordinates
| Improve this Doc View Source

Handle

Declaration
public readonly int Handle
Field Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾