VerifiedAll console commandsBuild 2026.08.11.1121610.2-Rel-i343-Meteorite-2607-CU4

Vehicles

Vehicles as containers: loading and unloading seats, hovering and the vehicle-specific state.

Functions
16
Work in this build
16
Compiled out
0

vehicle_auto_turret

No description yet; the release build dropped the engine's help text.

SignatureReturnsSlot
(vehicle_auto_turret <vehicle> <trigger_volume> <real> <real> <real>)void1174

console: vehicle_auto_turret <vehicle> <trigger_volume> <real> <real> <real>

vehicle_count_bipeds_killed

long

No description yet; the release build dropped the engine's help text.

SignatureReturnsSlot
(vehicle_count_bipeds_killed <vehicle>)long1176

console: vehicle_count_bipeds_killed <vehicle>

vehicle_driver

unit

No description yet; the release build dropped the engine's help text.

SignatureReturnsSlot
(vehicle_driver <unit>)unit290

console: vehicle_driver <unit>

Called 52 times by the shipped campaign scripts, with 1 argument.

vehicle_flip

No description yet; the release build dropped the engine's help text.

SignatureReturnsSlot
(vehicle_flip <vehicle>)void497

console: vehicle_flip <vehicle>

vehicle_force_alternate_state

No description yet; the release build dropped the engine's help text.

SignatureReturnsSlot
(vehicle_force_alternate_state <vehicle> <boolean>)void1173

console: vehicle_force_alternate_state <vehicle> <boolean>

vehicle_gunner

unit

No description yet; the release build dropped the engine's help text.

SignatureReturnsSlot
(vehicle_gunner <unit>)unit291

console: vehicle_gunner <unit>

vehicle_hover

No description yet; the release build dropped the engine's help text.

SignatureReturnsSlot
(vehicle_hover <vehicle> <boolean>)void1175

console: vehicle_hover <vehicle> <boolean>

Called 20 times by the shipped campaign scripts, with 2 arguments.

vehicle_load_magic

short

Loads the given units into a vehicle's seats without animation.

SignatureReturnsSlot
(vehicle_load_magic <object> <unit_seat_mapping> <object_list>)short285

console: vehicle_load_magic <object> <unit_seat_mapping> <object_list>

Called 76 times by the shipped campaign scripts, with 3 arguments.

vehicle_overturned

boolean

No description yet; the release build dropped the engine's help text.

SignatureReturnsSlot
(vehicle_overturned <vehicle>)boolean496

console: vehicle_overturned <vehicle>

Called 2 times by the shipped campaign scripts, with 1 argument.

vehicle_riders

object_list

No description yet; the release build dropped the engine's help text.

SignatureReturnsSlot
(vehicle_riders <unit>)object_list289

console: vehicle_riders <unit>

Called 17 times by the shipped campaign scripts, with 1 argument.

vehicle_set_player_interaction

No description yet; the release build dropped the engine's help text.

SignatureReturnsSlot
(vehicle_set_player_interaction <vehicle> <unit_seat_mapping> <boolean> <boolean>)void272

console: vehicle_set_player_interaction <vehicle> <unit_seat_mapping> <boolean> <boolean>

Called 25 times by the shipped campaign scripts, with 4 arguments.

vehicle_set_unit_interaction

No description yet; the release build dropped the engine's help text.

SignatureReturnsSlot
(vehicle_set_unit_interaction <vehicle> <unit_seat_mapping> <boolean> <boolean>)void273

console: vehicle_set_unit_interaction <vehicle> <unit_seat_mapping> <boolean> <boolean>

Called 2 times by the shipped campaign scripts, with 4 arguments.

vehicle_test_seat

boolean

No description yet; the release build dropped the engine's help text.

SignatureReturnsSlot
(vehicle_test_seat <vehicle> <unit_seat_mapping>)boolean276

console: vehicle_test_seat <vehicle> <unit_seat_mapping>

Called 11 times by the shipped campaign scripts, with 2 arguments.

vehicle_test_seat_unit

boolean

No description yet; the release build dropped the engine's help text.

SignatureReturnsSlot
(vehicle_test_seat_unit <vehicle> <unit_seat_mapping> <unit>)boolean275

console: vehicle_test_seat_unit <vehicle> <unit_seat_mapping> <unit>

Called 1 time by the shipped campaign scripts, with 3 arguments.

vehicle_test_seat_unit_list

boolean

No description yet; the release build dropped the engine's help text.

SignatureReturnsSlot
(vehicle_test_seat_unit_list <vehicle> <unit_seat_mapping> <object_list>)boolean274

console: vehicle_test_seat_unit_list <vehicle> <unit_seat_mapping> <object_list>

Called 36 times by the shipped campaign scripts, with 3 arguments.

vehicle_unload

short

Unloads the named seat of a vehicle.

SignatureReturnsSlot
(vehicle_unload <object> <unit_seat_mapping>)short286

console: vehicle_unload <object> <unit_seat_mapping>

Called 251 times by the shipped campaign scripts, with 2 arguments.

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.