Show / Hide Table of Contents

Class ElectrocutionNode

Inheritance
System.Object
Node
ElectrocutionNode
Namespace: Content.Server.Electrocution
Assembly: Content.Server.dll
Syntax
public sealed class ElectrocutionNode : Node

Fields

| Improve this Doc View Source

CableEntity

Declaration
public EntityUid CableEntity
Field Value
Type Description
EntityUid
| Improve this Doc View Source

NodeName

Declaration
public string? NodeName
Field Value
Type Description
System.Nullable<System.String>

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
☀
☾