Multiversal Mechatronics - KSP All the ideas and discussions
0 votes Vote

A way to close a window when I'm finished with it.

Mostly cosmetic. Assent autopilot is the only window that closes itself.

Shard, 26.09.2012, 09:03
Idea status: completed

Comments

Shard, 26.09.2012, 09:03
Not documented yet, but you can do this right now:

m = mechjeb.getModule("ILS") -- the name of the module is the name after MechJebModule in the module class name

m.enabled = false

Leave a comment