Controllers
Controller profiles and settings as the scripts read them.
- Functions
- 14
- Work in this build
- 0
- Compiled out
- 14
14 names
- controller_invert_look
- controller_look_speed
- controller_set_auto_center_look
- controller_set_camera_shake_disabled
- controller_set_clench_protection
- controller_set_crouch_lock
- controller_set_custom_button
- controller_set_flight_stick_aircraft_controls
- controller_set_look_inverted
- controller_set_look_sensitivity
- controller_set_southpaw
- controller_set_unsignedin_user
- controller_set_vibration_enabled
- controller_temporary_users_always_attached
controller_invert_look
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (controller_invert_look) | void | 1269 |
controller_look_speed
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (controller_look_speed <short>) | void | 1270 |
controller_set_auto_center_look
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (controller_set_auto_center_look <controller> <boolean>) | void | 1276 |
controller_set_camera_shake_disabled
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (controller_set_camera_shake_disabled <controller> <boolean>) | void | 1282 |
controller_set_clench_protection
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (controller_set_clench_protection <controller> <boolean>) | void | 1279 |
controller_set_crouch_lock
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (controller_set_crouch_lock <controller> <boolean>) | void | 1277 |
controller_set_flight_stick_aircraft_controls
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (controller_set_flight_stick_aircraft_controls <controller> <boolean>) | void | 1275 |
controller_set_look_inverted
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (controller_set_look_inverted <controller> <boolean>) | void | 1273 |
controller_set_look_sensitivity
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (controller_set_look_sensitivity <controller> <short>) | void | 1281 |
controller_set_southpaw
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (controller_set_southpaw <controller> <boolean>) | void | 1278 |
controller_set_unsignedin_user
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (controller_set_unsignedin_user <controller> <boolean>) | void | 1284 |
controller_set_vibration_enabled
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (controller_set_vibration_enabled <controller> <boolean>) | void | 1274 |
controller_temporary_users_always_attached
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (controller_temporary_users_always_attached <boolean>) | void | 1283 |
Read from the function table in the shipped simulation DLL. A name is compiled out when every one of its slots points at the release build's shared stub evaluator; the console still accepts it and returns nothing. Descriptions are hand-written and incomplete; the engine's own help text does not survive in this build. See The Blam console for how the table was found and how the mod runs these.