1
0
Fork 0
fgdata/Nasal
mfranz 2bcddab9b6 setlistener(): accessing the node via cmdarg() is now depreciated. Use
a regular function argument for that. Note the "n" in this example:

   setlistener("/sim/current-view/view-number", func(n) {
       setprop("/sim/hud/visibility", !n.getValue());
   }, 1);
2007-10-15 18:27:42 +00:00
..
aircraft.nas setlistener(): accessing the node via cmdarg() is now depreciated. Use 2007-10-15 18:27:42 +00:00
atc-chatter.nas s/play-audio-message/play-audio-sample/ 2007-05-15 14:40:58 +00:00
controls.nas - add more "var" keywords, fix indentation, drop some parentheses, 2007-10-07 15:12:05 +00:00
debug.nas setlistener(): accessing the node via cmdarg() is now depreciated. Use 2007-10-15 18:27:42 +00:00
dynamic_view.nas setlistener(): accessing the node via cmdarg() is now depreciated. Use 2007-10-15 18:27:42 +00:00
fuel.nas setlistener(): accessing the node via cmdarg() is now depreciated. Use 2007-10-15 18:27:42 +00:00
geo.nas - add more "var" keywords, fix indentation, drop some parentheses, 2007-10-07 15:12:05 +00:00
globals.nas setlistener(): accessing the node via cmdarg() is now depreciated. Use 2007-10-15 18:27:42 +00:00
gui.nas setlistener(): accessing the node via cmdarg() is now depreciated. Use 2007-10-15 18:27:42 +00:00
io.nas - add more "var" keywords, fix indentation, drop some parentheses, 2007-10-07 15:12:05 +00:00
lead_target.nas Minor cosmetic changes. 2007-05-15 16:07:15 +00:00
material.nas simplify by using the props.Node.setBinding() method 2007-05-11 19:02:20 +00:00
math.nas Add soft-coded utilites to the "io" and "math" modules. The math 2007-03-29 22:09:25 +00:00
multiplayer.nas setlistener(): accessing the node via cmdarg() is now depreciated. Use 2007-10-15 18:27:42 +00:00
props.nas props.Node: add remove() method that removes the node it was calleed on 2007-08-07 11:30:30 +00:00
screen.nas setlistener(): accessing the node via cmdarg() is now depreciated. Use 2007-10-15 18:27:42 +00:00
startup.nas screen.nas: now *really* do the runway report quietly 2007-10-10 09:58:22 +00:00
string.nas - add more "var" keywords, fix indentation, drop some parentheses, 2007-10-07 15:12:05 +00:00
track_target.nas Minor cosmetic changes. 2007-05-15 16:07:15 +00:00
tutorial.nas pointless spelling fixes 2007-06-22 18:49:38 +00:00
view.nas setlistener(): accessing the node via cmdarg() is now depreciated. Use 2007-10-15 18:27:42 +00:00