Hi,
I am trying to learn how to develop plugins to KSP. My first goal is to create "Launch to orbit autopilot" and I stuck on roll maneuver after start. I send command to roll vessel in desired direction (I want to fly to east, so I need to roll vessel 90° right and then perform pitch up maneuver). I cant find correct variable in FlightGlobals.ActiveVessel, which is changing due to my roll commands.
Also what are corresponding variables to pitch and yaw commands?
Thanks