I have a KSPField with the UI_ChooseOption user interface attached. Now I would really like to make it so, that it was only available on EVA. However, it turns out the KSPField does not have that feature, but UI_ChooseOption cannot be used with KSPEvents since it will not accept a method....
What can be done. I considered simply hiding the UI in flight unless I was on EVA. However, I am not sure how to do that.
Does anybody know a nice way to have the above, or something similar to be bound to EVA.
Alternatively, can anybody advice on how to detect EVA? And which events to subscribe to to detect it.