2008-12-04 22:44:18 +00:00
|
|
|
# strobes ===========================================================
|
2012-09-16 21:19:36 +00:00
|
|
|
var strobe_switch = props.globals.getNode("/systems/electrical/outputs/strobe", 1);
|
2008-12-04 22:44:18 +00:00
|
|
|
aircraft.light.new("sim/model/c172p/lighting/strobes", [0.015, 1.985], strobe_switch);
|
2008-10-11 23:17:23 +00:00
|
|
|
|
2008-12-04 22:44:18 +00:00
|
|
|
# beacons ===========================================================
|
2012-09-16 21:19:36 +00:00
|
|
|
var beacon_switch = props.globals.getNode("/systems/electrical/outputs/beacon", 1);
|
2011-02-13 21:19:17 +00:00
|
|
|
aircraft.light.new("sim/model/c172p/lighting/beacon-top", [0.10, 0.90], beacon_switch);
|