Show / Hide Table of Contents

Class MechSystem

Inheritance
System.Object
SharedMechSystem
MechSystem
Namespace: Content.Server.Mech.Systems
Assembly: Content.Server.dll
Syntax
public sealed class MechSystem : SharedMechSystem

Methods

| Improve this Doc View Source

BreakMech(EntityUid, MechComponent)

Declaration
public override void BreakMech(EntityUid uid, MechComponent component = null)
Parameters
Type Name Description
EntityUid uid
MechComponent component
| Improve this Doc View Source

Initialize()

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

InsertBattery(EntityUid, EntityUid, MechComponent, BatteryComponent)

Declaration
public void InsertBattery(EntityUid uid, EntityUid toInsert, MechComponent component = null, BatteryComponent battery = null)
Parameters
Type Name Description
EntityUid uid
EntityUid toInsert
MechComponent component
BatteryComponent battery
| Improve this Doc View Source

RemoveBattery(EntityUid, MechComponent)

Declaration
public void RemoveBattery(EntityUid uid, MechComponent component = null)
Parameters
Type Name Description
EntityUid uid
MechComponent component
| Improve this Doc View Source

TryChangeEnergy(EntityUid, FixedPoint2, MechComponent)

Declaration
public override bool TryChangeEnergy(EntityUid uid, FixedPoint2 delta, MechComponent component = null)
Parameters
Type Name Description
EntityUid uid
FixedPoint2 delta
MechComponent component
Returns
Type Description
System.Boolean
| Improve this Doc View Source

UpdateUserInterface(EntityUid, MechComponent)

Declaration
public override void UpdateUserInterface(EntityUid uid, MechComponent component = null)
Parameters
Type Name Description
EntityUid uid
MechComponent component
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾