Property browser: Difference between revisions

Jump to navigation Jump to search
no edit summary
(→‎Trough nasal: Some spelling and grammar)
No edit summary
Line 2: Line 2:


[[File:Property_Browser.jpg|thumb|270px|The property browser window]]
[[File:Property_Browser.jpg|thumb|270px|The property browser window]]
The [[FlightGear]] '''property browser''' is a dialog used to browse, in-simulator, through all properties (internal, runtime state variables in FlightGear). The property browser cannot only be used to inspect all sorts of internal variables at runtime, but it can also be used to change most variables easily.
The [[FlightGear]] '''property browser''' is a dialog used to browse, in-simulator, through all properties (internal, runtime state variables in FlightGear). The property browser cannot only be used to inspect all sorts of internal variables at runtime, but it can also be used to change most variables easily. However, some properties are so called "tied" properties which are directly mapped to internal C++ variables, so that they cannot be modified otherwise.
 
In addition, even some non-tied properties cannot be modified because they are by default constantly written/modified by another subsystem (in C++/Nasal space), possibly updating properties at frame rate.


The property browser can be opened with / (forward slash) or through the [[menubar|menu]]: <tt>Debug > Browse Internal Properties</tt> (in older version: <tt>File > Browse Internal Properties</tt>).
The property browser can be opened with / (forward slash) or through the [[menubar|menu]]: <tt>Debug > Browse Internal Properties</tt> (in older version: <tt>File > Browse Internal Properties</tt>).

Navigation menu