You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/commands/flight/raw.rst
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,8 +158,27 @@ These "Raw" controls allow you the direct control of flight parameters while the
158
158
- :ref:`Boolean <boolean>`
159
159
- Releases Control
160
160
161
+
* - `CUSTOMAXISCOUNT <SHIP CONTROL CUSTOMAXISCOUNT>`
162
+
- Get-only
163
+
- Number of custom axes available from the ship's controls
161
164
165
+
* - `CUSTOMAXIS <SHIP CONTROL CUSTOMAXIS>`
166
+
- Get-only
167
+
- param: the index of the custom axis, from 0 to `CUSTOMAXISCOUNT-1`.
168
+
- :ref:`scalar <scalar>` [-1,1]
169
+
- Returns: the value of the custom axis
170
+
171
+
* - `SETCUSTOMAXIS <SHIP CONTROL SETCUSTOMAXIS>`
172
+
- Set-only
173
+
- param: the index of the custom axis, from 0 to `CUSTOMAXISCOUNT-1`.
174
+
- param: the value to set the custom axis to
175
+
- :ref:`scalar <scalar>` [-1,1]
176
+
- Sets the value of the custom axis. After a custom axis has been set, the pilot's custom axes values will be ignored until `NEUTRALIZECUSTOMAXES` is set to true.
162
177
178
+
* - `NEUTRALIZECUSTOMAXES`
179
+
- Set-only
180
+
- :ref:`Boolean <boolean>`
181
+
- Setting this to true causes all custom axes to be set to zero. Setting it to false has no effect.
0 commit comments