Jump to content
Devastator_cm

How to find if player drives

Recommended Posts

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

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×