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 SourceInitialize()
Declaration
public override void Initialize()
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 |