Hi,
What are the key events for Enter/Exit?
Cant find them in the docs.
Br
-Tommy
Hi,
What are the key events for Enter/Exit?
Cant find them in the docs.
Br
-Tommy
I guess there aren’t any key events but these work in the DA62:
SimVar.SetSimVarValue("L:1:EXIT_AIRCRAFT","number",1);
SimVar.SetSimVarValue("L:1:ENTER_AIRCRAFT","number",1);
But be advised something is weird. I went to the H145 to see if we needed updated door templates for it to work, and in H145 it seems to only work if I change the 1
to a 0
sometimes. It’s like there is a cache and it would ignore some commands. Also the EXIT fade can be played again if you toggle 1 and 0.
EDIT: Whatever the key event for Shift+C
default binding (toggle character avatar or whatever its called) might work from code? You’d have to check the view first to know what it is going to do.
So are these Lvars? can they be captured?
If they are Lvars. i can’t find them in the behaviours menu.