Class AmeNodeGroup
Node group class for handling the Antimatter Engine's console and parts.
Inheritance
System.Object
AmeNodeGroup
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
|
Improve this Doc
View Source
UpdateCoreVisuals()
Declaration
public void UpdateCoreVisuals()
Implements