- Messages
- 39
- Country

Hi to all !
I would like to know if there's a way to get flaps informations without positioning them using an event.
well, my question is probably not so clear. I explain...
In the aircraft.cfg, for each planes, you can see informations about flap position and the related angle ([flaps.n] section where n is a number).
I can get those informations using the simconect API OnRecvSimobjectDataByType and variables "FLAPS HANDLE INDEX" and "TRAILING EDGE FLAPS LEFT ANGLE", but only for the current position (or even when its moving using OnRecvSimobjectData).
I would like to get all these informations at the begining of the flight and save thel in an array, without using events.
Does anyone knows how to do that ?
Thank's for your help
I would like to know if there's a way to get flaps informations without positioning them using an event.
well, my question is probably not so clear. I explain...
In the aircraft.cfg, for each planes, you can see informations about flap position and the related angle ([flaps.n] section where n is a number).
I can get those informations using the simconect API OnRecvSimobjectDataByType and variables "FLAPS HANDLE INDEX" and "TRAILING EDGE FLAPS LEFT ANGLE", but only for the current position (or even when its moving using OnRecvSimobjectData).
I would like to get all these informations at the begining of the flight and save thel in an array, without using events.
Does anyone knows how to do that ?
Thank's for your help
