Show / Hide Table of Contents

Class AdjacentNode

A Node that can reach other AdjacentNodes that are directly adjacent to it.

Inheritance
System.Object
Node
AdjacentNode
Namespace: Content.Server.NodeContainer.Nodes
Assembly: Content.Server.dll
Syntax
public sealed class AdjacentNode : Node

Methods

| Improve this Doc View Source

GetReachableNodes(TransformComponent, EntityQuery<NodeContainerComponent>, EntityQuery<TransformComponent>, MapGridComponent, IEntityManager)

Declaration
public override IEnumerable<Node> GetReachableNodes(TransformComponent xform, EntityQuery<NodeContainerComponent> nodeQuery, EntityQuery<TransformComponent> xformQuery, MapGridComponent grid, IEntityManager entMan)
Parameters
Type Name Description
TransformComponent xform
EntityQuery<NodeContainerComponent> nodeQuery
EntityQuery<TransformComponent> xformQuery
Robust.Shared.Map.Components.MapGridComponent grid
IEntityManager entMan
Returns
Type Description
IEnumerable<Node>
Overrides
Node.GetReachableNodes(TransformComponent, EntityQuery<NodeContainerComponent>, EntityQuery<TransformComponent>, MapGridComponent, IEntityManager)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾