Show / Hide Table of Contents

Class NodeGroupSystem

Entity system that manages NodeGroupSystem and Node updating.

Inheritance
System.Object
NodeGroupSystem
Namespace: Content.Server.NodeContainer.EntitySystems
Assembly: Content.Server.dll
Syntax
public sealed class NodeGroupSystem : EntitySystem

Fields

| Improve this Doc View Source

PauseUpdating

If true, UpdateGrid() will not process grids.

Declaration
public bool PauseUpdating
Field Value
Type Description
System.Boolean
Remarks

Useful if something like a large explosion is in the process of shredding the grid, as it avoids uneccesary updating.

Properties

| Improve this Doc View Source

VisEnabled

Declaration
public bool VisEnabled { get; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

CreateSingleNetImmediate(Node)

Declaration
public void CreateSingleNetImmediate(Node node)
Parameters
Type Name Description
Node node
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

QueueNodeRemove(Node)

Declaration
public void QueueNodeRemove(Node node)
Parameters
Type Name Description
Node node
| Improve this Doc View Source

QueueReflood(Node)

Declaration
public void QueueReflood(Node node)
Parameters
Type Name Description
Node node
| Improve this Doc View Source

QueueRemakeGroup(BaseNodeGroup)

Declaration
public void QueueRemakeGroup(BaseNodeGroup group)
Parameters
Type Name Description
BaseNodeGroup group
| Improve this Doc View Source

Shutdown()

Declaration
public override void Shutdown()
| Improve this Doc View Source

Update(Single)

Declaration
public override void Update(float frameTime)
Parameters
Type Name Description
System.Single frameTime

See Also

NodeContainerSystem
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾