Show / Hide Table of Contents

Class AmeNodeGroup

Node group class for handling the Antimatter Engine's console and parts.

Inheritance
System.Object
BaseNodeGroup
AmeNodeGroup
Implements
INodeGroup
Namespace: Content.Server.Ame
Assembly: Content.Server.dll
Syntax
public sealed class AmeNodeGroup : BaseNodeGroup, INodeGroup

Properties

| Improve this Doc View Source

CoreCount

Declaration
public int CoreCount { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MasterController

Declaration
public EntityUid? MasterController { get; }
Property Value
Type Description
System.Nullable<EntityUid>

Methods

| Improve this Doc View Source

ExplodeCores()

Declaration
public void ExplodeCores()
| Improve this Doc View Source

GetTotalStability()

Declaration
public int GetTotalStability()
Returns
Type Description
System.Int32
| Improve this Doc View Source

InjectFuel(Int32, out Boolean)

Declaration
public float InjectFuel(int fuel, out bool overloading)
Parameters
Type Name Description
System.Int32 fuel
System.Boolean overloading
Returns
Type Description
System.Single
| Improve this Doc View Source

LoadNodes(List<Node>)

Declaration
public override void LoadNodes(List<Node> groupNodes)
Parameters
Type Name Description
List<Node> groupNodes
Overrides
BaseNodeGroup.LoadNodes(List<Node>)
| Improve this Doc View Source

UpdateCoreVisuals()

Declaration
public void UpdateCoreVisuals()

Implements

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