Magic Subsystems Manager
object MagicSubsystemsManager
Functions
Link copied to clipboard
Add a subsystem to a ship.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getSubsystemsForShipCopy(ship: <Error class: unknown class>): List<<Error class: unknown class>>?
Gets a shallow copy of the list of subsystems for a ship.
Link copied to clipboard
Link copied to clipboard
Call in your onApplicationLoad to initialize hotkeys and settings.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun removeSubsystemFromShip(ship: <Error class: unknown class>, subsystemClass: Class<out <Error class: unknown class>>)
Remove a subsystem from a ship.
Link copied to clipboard
fun sortSubsystems(subsystems: Collection<<Error class: unknown class>>): Collection<<Error class: unknown class>>