Am 20.09.2011 22:25, schrieb Durk Talsma:
>  how I can specify new property in an aircraft -set.xml file, and ensure that 
> any changes to this property are saved in an aircraft specific data file.

Just add this to you aircraft's nasal code so it gets executed once 
during startup.

aircraft.data.add(
   "/one/property",
   "/another/property",
   "/and/another/property"
);

Torsten

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to