JennDahm / KerbalSorter

A mod for Kerbal Space Program that allows players to sort their crew rosters
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Detect Astronaut Complex tab switches #1

Closed JennDahm closed 9 years ago

JennDahm commented 9 years ago

Currently I have no way to detect when the current tab in the Astronaut Complex changes, which means I don't have a good way to sort the kerbals in the assigned or KIA tabs. I need to fix this, but I'm having trouble finding a way to do so. If anyone knows, I'd welcome help!

JennDahm commented 9 years ago

Figured it out. I just needed to add a component to the panels that listened for OnEnable events and send me a callback.