Devastator_cm 434 Posted March 17, 2017 Hi Guys, is there a command which I can use to find if player is still controlling the airplane or just leave the controls and airplane is flying in current direction by itself? Share this post Link to post Share on other sites
killzone_kid 1332 Posted March 17, 2017 You can detect the pilot getting it with GetIn/GetInMan EH You can detect the pilot getting out with GetOut/GetOutMan EH You can detect the pilot changing seat with SeatSwitched/SeatSwitchedMan EH You can detect pilot releasing or taking controls with ControlsShifted EH Share this post Link to post Share on other sites
Devastator_cm 434 Posted March 17, 2017 I think I was not that clear What I mean is, i.e. I am in jet and pullingthe controller to hold 10 degrees pitch in a right turn, how can I now find out when the control is released (either keyboard or mouse or controller which can be used to control the jet) Share this post Link to post Share on other sites
killzone_kid 1332 Posted March 18, 2017 If you want to detect user input, you can do so with UI event handlers but they are limited in what you can detect. Also inputAction command may help Share this post Link to post Share on other sites
Devastator_cm 434 Posted March 18, 2017 Thanks KK! I will check if they will help me to achieve what I need :) Share this post Link to post Share on other sites