Class MechSystem
Inheritance
System.Object
MechSystem
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
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
|
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
|
Improve this Doc
View Source
RemoveBattery(EntityUid, MechComponent)
Declaration
public void RemoveBattery(EntityUid uid, MechComponent component = null)
Parameters
|
Improve this Doc
View Source
TryChangeEnergy(EntityUid, FixedPoint2, MechComponent)
Declaration
public override bool TryChangeEnergy(EntityUid uid, FixedPoint2 delta, MechComponent component = null)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UpdateUserInterface(EntityUid, MechComponent)
Declaration
public override void UpdateUserInterface(EntityUid uid, MechComponent component = null)
Parameters