Show / Hide Table of Contents

Class NodeContainerSystem

Manages NodeContainerComponent events.

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

Methods

| Improve this Doc View Source

Initialize()

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

TryGetNode<T>(NodeContainerComponent, Nullable<String>, out T)

Declaration
public bool TryGetNode<T>(NodeContainerComponent component, string? identifier, out T node)
    where T : Node
Parameters
Type Name Description
NodeContainerComponent component
System.Nullable<System.String> identifier
T node
Returns
Type Description
System.Boolean
Type Parameters
Name Description
T

See Also

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