Property tree: Difference between revisions

Jump to navigation Jump to search
m
Major revamp for Property Tree articles
(Major revamp for Property Tree articles)
m (Major revamp for Property Tree articles)
Line 1: Line 1:
{{PropertyTree}}The '''Property Tree''' is [[FlightGear]]'s central nervous system.
{{PropertyTree}}The so called '''Property Tree''' in [[FlightGear]] is generally considered FlightGear's central nervous system and one of FlightGear greatest assets, if not even its greatest asset of all!


To make it easier, start FlightGear with the following command line
This is because the Property Tree system can be used to provide access to lowlevel runtime state variables via a very intuitive tree-like hierarchy, so that FlightGear behavior can be easily controlled and manipulated at runtime.
 
The FlightGear Property Tree is the common denominator for crucial runtime state and also the interface to these internal state variables.
 
Getting to grips with the concepts and mechanisms behind the "Property Tree" may not be easy for FlightGear beginners. This page is meant to help newcomers familiarize themselves with the FlightGear property tree.
 
To make it easier to make the tree, start FlightGear with the following command line
  fgfs --httpd=5480
  fgfs --httpd=5480
Then after a few moments open in a new window - [http://localhost:5480 http://localhost:5480]  
Then after a few moments open in a new window - [http://localhost:5480 http://localhost:5480]  

Navigation menu