* Melchior FRANZ -- Saturday 20 January 2007:
> I've now added a mechanism that saves aircraft specific data.

The bo105 is the first to use this instead of the 'userarchive'
flag that was used before. I had only to add one line in the 
init function:

  setlistener("/sim/signals/fdm-initialized", func {
      aircraft.data.add("/sim/model/bo105/variant");
      ...
  });

m.  :-)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to