Difference between revisions of "DataRefs"
From X-Plane SDK
(add new datarefs added as of X_Plane 9.5.5) |
m |
||
Line 1: | Line 1: | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
− | DataRefs are the way a plugin reads X-Plane's internal variables, or exchanges data with another plugin. | + | Data references or "DataRefs" are the way a plugin reads X-Plane's internal variables, or exchanges data with another plugin.<BR> |
+ | Datarefs are identified by verbose string names (''sim/flightmodel/position/latitude''). | ||
+ | |||
* Current listing of X-Plane DataRefs in [http://www.xsquawkbox.net/xpsdk/docs/DataRefs.html HTML ]. | * Current listing of X-Plane DataRefs in [http://www.xsquawkbox.net/xpsdk/docs/DataRefs.html HTML ]. | ||
* Current listing of X-Plane DataRefs in [http://www.xsquawkbox.net/xpsdk/docs/DataRefs.txt plain text]. | * Current listing of X-Plane DataRefs in [http://www.xsquawkbox.net/xpsdk/docs/DataRefs.txt plain text]. |
Latest revision as of 15:53, 29 October 2010
Data references or "DataRefs" are the way a plugin reads X-Plane's internal variables, or exchanges data with another plugin.
Datarefs are identified by verbose string names (sim/flightmodel/position/latitude).
- Current listing of X-Plane DataRefs in HTML .
- Current listing of X-Plane DataRefs in plain text.
- Some complex datarefs have more information on the wiki - see Category:DataRefs for more info.
DataRefs can be accessed (read/write) via the XPLMDataAccess API.
Change history
Datarefs are often added in each release of X-Plane and are often never removed:
New datarefs added as of X_Plane 9.5.5
- sim/aircraft/view/acf_livery_path
- sim/cockpit2/camera/camera_field_of_view
- sim/cockpit2/camera/camera_offset_heading
- sim/cockpit2/camera/camera_offset_pitch
- sim/cockpit2/camera/camera_offset_roll
- sim/cockpit2/engine/actuators/ignition_key
New datarefs added as of X_Plane 9.4.1
- sim/aircraft/view/acf_livery_index
- sim/cockpit/warnings/autopilot_test_ap_lit
- sim/cockpit/warnings/autopilot_test_modes_lit
- sim/cockpit/warnings/autopilot_test_trim_lit
- sim/graphics/animation/lights/airplane_generic_light
- sim/graphics/animation/lights/airplane_generic_light_flash
New datarefs added as of X_Plane 9.4.0 [Oct 8 2009]
- 147 datarefs were added/renamed from those used in X-Plane 9.3.0
- 1,139 datarefs were added/renamed from those used in X-Plane 8.6.4
Deleted datarefs as of X_Plane 9.4.0 [Oct 8 2009]
- sim/aircraft/overflow/acf_has_FMS
- sim/aircraft/view/acf_has_mixture
- ...
- sim/operation/failures/rel_instrument
- 93 datarefs were removed from those used in X-Plane 8.6.4
- 44 Datarefs removed from 9.4.0 that were in X-Plane 9.3.0