Files
MQ-9/Nasal/HUD.nas
Meir Michanie c903aa556c first commit
2016-07-04 11:38:07 +03:00

3 lines
138 B
Plaintext
Executable File

# turn off hud in views
setlistener("/sim/current-view/view-number", func(n) { setprop("/sim/hud/visibility[1]", n.getValue() == 8) },1);