sim/
sim/weather/
sim/weather/wave_length
float
in meters
Length of a single wave in the water - not writable starting in v12
sim/weather/wave_speed
float
in meters/second
Speed of water waves - not writable starting in v12
sim/weather/wind_altitude_msl_m[0]
float
in meters
>= 0. The center altitude of this layer of wind in MSL meters.
sim/weather/wind_altitude_msl_m[1]
float
in meters
>= 0. The center altitude of this layer of wind in MSL meters.
sim/weather/wind_altitude_msl_m[2]
float
in meters
>= 0. The center altitude of this layer of wind in MSL meters.
sim/weather/wind_direction_degt
float
in degrees
[0-359] The effective direction of the wind at the plane's location.
sim/weather/wind_direction_degt[0]
float
in degrees
[0 - 360] The direction the wind is blowing from in degrees from true north clockwise.
sim/weather/wind_direction_degt[1]
float
in degrees
[0 - 360] The direction the wind is blowing from in degrees from true north clockwise.
sim/weather/wind_direction_degt[2]
float
in degrees
[0 - 360] The direction the wind is blowing from in degrees from true north clockwise.
sim/weather/wind_now_x_msc
float
in m/s
Wind direction vector in OpenGL coordinates, X component.
sim/weather/wind_now_y_msc
float
in m/s
Wind direction vector in OpenGL coordinates, Y component.
sim/weather/wind_now_z_msc
float
in m/s
Wind direction vector in OpenGL coordinates, Z component.
sim/weather/wind_speed_kt
float
in m/s
>= 0. The effective speed of the wind at the plane's location. WARNING: this dataref is in meters/second - the dataref NAME has a bug.
sim/weather/wind_speed_kt[0]
float
in mtrs/sec
>= 0. The wind speed in meters per second (dataref name is wrong). Use new datarefs instead
sim/weather/wind_speed_kt[1]
float
in mtrs/sec
>= 0. The wind speed in meters per second (dataref name is wrong). Use new datarefs instead
sim/weather/wind_speed_kt[2]
float
in mtrs/sec
>= 0. The wind speed in meters per second (dataref name is wrong). Use new datarefs instead
sim/weather/wind_turbulence_percent
float
as a ratio
DEPRECATED IN v12 - in v11 these can be used to customize the tropopause altitude and temperature; in v12 these are not writable and return default values
sim/world/
sim/world/boat/
sim/world/boat/carrier_approach_heading
float
in degrees(true)
Relative heading of the approach path from the carrier's heading
sim/world/boat/carrier_catshot_end_x_mtr
float
in meters
X position (in model coordinates) of the end of the cat-shot track
sim/world/boat/carrier_catshot_end_z_mtr
float
in meters
Z position (in model coordinates) of the end of the cat-shot track
sim/world/boat/carrier_catshot_heading
float
in degrees(true)
Relative heading of the catshot relative to the carrier's heading
sim/world/boat/carrier_catshot_start_x_mtr
float
in meters
X position (in model coordinates) of the start of the cat-shot track
sim/world/boat/carrier_catshot_start_z_mtr
float
in meters
Z position (in model coordinates) of the start of the cat-shot track
sim/world/boat/carrier_catshot_status
int
in enum
0=no cat shot set up,1=cat shot waiting to launch,2=in progress
sim/world/boat/carrier_deck_height_mtr
float
in meters
Deck height of the carrier (in coordinates of the OBJ model)
sim/world/boat/carrier_ILS_offset_x_mtr
float
in meters
X position of the carrier ILS transmitter (in coordinates of the OBJ model)
sim/world/boat/carrier_ILS_offset_z_mtr
float
in meters
Z position of the carrier ILS transmitter (in coordinates of the OBJ model)
sim/world/boat/frigate_deck_height_mtr
float
in meters
Deck height of the frigate (in coordinates of the OBJ model)
sim/world/boat/frigate_ILS_offset_x_mtr
float
in meters
X position of the frigate ILS transmitter (in coordinates of the OBJ model)
sim/world/boat/frigate_ILS_offset_z_mtr
float
in meters
Z position of the frigate ILS transmitter (in coordinates of the OBJ model)
sim/world/boat/heading_deg[2]
float
in degrees(true)
Heading of the boat in degrees from true north. Index 0=carrier,1=frigate, writable using override_boats.
sim/world/boat/pitch_amplitude_deg_mtr[2]
float
in deg/meter
Degrees that the boat pitches up for each meter of wave height. Index 0=carrier,1=frigate, writable using override_boats.
sim/world/boat/pitch_frequency_hz[2]
float
in hz
Frequency at which the boat pitches up and down. Index 0=carrier,1=frigate, writable using override_boats.
sim/world/boat/roll_amplitude_deg_mtr[2]
float
in deg/meter
degrees that the boat rolls from side to side for each meter of wave height. Index 0=carrier,1=frigate, writable using override_boats.
sim/world/boat/roll_frequency_hz[2]
float
in hz
Frequency at which the boat rolls from side to side. Index 0=carrier,1=frigate, writable using override_boats.
sim/world/boat/total_boat_count
int
in unspecified units
The total amount of boats currently in the sim
sim/world/boat/velocity_msc[2]
float
in m/s
Velocity of the boat in meters per second in its current direction. Index 0=carrier,1=frigate, writable using override_boats.
sim/world/boat/x_mtr[2]
float
in meters
X Position of the boat in meters in the local coordinate OpenGL coordinate system. Index 0=carrier,1=frigate, writable using override_boats.
sim/world/boat/y_mtr[2]
float
in meters
Y Position of the boat in meters in the local coordinate OpenGL coordinate system. Index 0=carrier,1=frigate, writable using override_boats.
sim/world/boat/z_mtr[2]
float
in meters
Z Position of the boat in meters in the local coordinate OpenGL coordinate system. Index 0=carrier,1=frigate, writable using override_boats.
sim/world/winch/
sim/world/winch/winch_initial_length
float
in meters
The initial length of cable for a winch takeoff.
sim/world/winch/winch_max_bhp
float
in bhp
The maximum horsepower the winch can deliver reeling in the cable. Cable speed will decay with higher force on the cable to not exceed this limit.
sim/world/winch/winch_ramp_up_time_sec
float
in seconds
How long it takes the winch to reach maximum speed for a glider winch take-off.
sim/world/winch/winch_speed_knots
float
in knots
How fast the winch moves at its maximum speed.