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

Objectives

Mission objectives as shown on the HUD: showing, finishing and clearing them by index.

Functions
26
Work in this build
26
Compiled out
0

objectives_hud_clear

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

SignatureReturnsSlot
(objectives_hud_clear)void1312

console: objectives_hud_clear

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

objectives_hud_finish

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

SignatureReturnsSlot
(objectives_hud_finish <long>)void1316

console: objectives_hud_finish <long>

objectives_hud_finish_string

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

SignatureReturnsSlot
(objectives_hud_finish_string <user_interface_objective>)void1321

console: objectives_hud_finish_string <user_interface_objective>

objectives_hud_finish_up_to

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

SignatureReturnsSlot
(objectives_hud_finish_up_to <long>)void1314

console: objectives_hud_finish_up_to <long>

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

objectives_hud_last_objective_in_state

long

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

SignatureReturnsSlot
(objectives_hud_last_objective_in_state <long>)long1319

console: objectives_hud_last_objective_in_state <long>

objectives_hud_set_string

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

SignatureReturnsSlot
(objectives_hud_set_string <long> <user_interface_objective>)void1318

console: objectives_hud_set_string <long> <user_interface_objective>

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

objectives_hud_show

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

SignatureReturnsSlot
(objectives_hud_show <long>)void1315

console: objectives_hud_show <long>

objectives_hud_show_string

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

SignatureReturnsSlot
(objectives_hud_show_string <user_interface_objective>)void1320

console: objectives_hud_show_string <user_interface_objective>

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

objectives_hud_show_up_to

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

SignatureReturnsSlot
(objectives_hud_show_up_to <long>)void1313

console: objectives_hud_show_up_to <long>

objectives_hud_tag_failed

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

SignatureReturnsSlot
(objectives_hud_tag_failed)void1326

console: objectives_hud_tag_failed

objectives_hud_tag_new

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

SignatureReturnsSlot
(objectives_hud_tag_new)void1324

console: objectives_hud_tag_new

objectives_hud_tag_none

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

SignatureReturnsSlot
(objectives_hud_tag_none)void1323

console: objectives_hud_tag_none

Called 13 times by the shipped campaign scripts, with 0 arguments.

objectives_hud_tag_update

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

SignatureReturnsSlot
(objectives_hud_tag_update)void1325

console: objectives_hud_tag_update

objectives_hud_unavailable

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

SignatureReturnsSlot
(objectives_hud_unavailable <long>)void1317

console: objectives_hud_unavailable <long>

objectives_hud_unavailable_string

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

SignatureReturnsSlot
(objectives_hud_unavailable_string <user_interface_objective>)void1322

console: objectives_hud_unavailable_string <user_interface_objective>

objectives_menu_clear

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

SignatureReturnsSlot
(objectives_menu_clear)void1301

console: objectives_menu_clear

Called 13 times by the shipped campaign scripts, with 0 arguments.

objectives_menu_finish

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

SignatureReturnsSlot
(objectives_menu_finish <long>)void1305

console: objectives_menu_finish <long>

objectives_menu_finish_string

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

SignatureReturnsSlot
(objectives_menu_finish_string <user_interface_objective>)void1310

console: objectives_menu_finish_string <user_interface_objective>

objectives_menu_finish_up_to

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

SignatureReturnsSlot
(objectives_menu_finish_up_to <long>)void1303

console: objectives_menu_finish_up_to <long>

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

objectives_menu_last_objective_in_state

long

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

SignatureReturnsSlot
(objectives_menu_last_objective_in_state <long>)long1308

console: objectives_menu_last_objective_in_state <long>

objectives_menu_set_string

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

SignatureReturnsSlot
(objectives_menu_set_string <long> <user_interface_objective>)void1307

console: objectives_menu_set_string <long> <user_interface_objective>

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

objectives_menu_show

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

SignatureReturnsSlot
(objectives_menu_show <long>)void1304

console: objectives_menu_show <long>

objectives_menu_show_string

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

SignatureReturnsSlot
(objectives_menu_show_string <user_interface_objective>)void1309

console: objectives_menu_show_string <user_interface_objective>

objectives_menu_show_up_to

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

SignatureReturnsSlot
(objectives_menu_show_up_to <long>)void1302

console: objectives_menu_show_up_to <long>

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

objectives_menu_unavailable

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

SignatureReturnsSlot
(objectives_menu_unavailable <long>)void1306

console: objectives_menu_unavailable <long>

objectives_menu_unavailable_string

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

SignatureReturnsSlot
(objectives_menu_unavailable_string <user_interface_objective>)void1311

console: objectives_menu_unavailable_string <user_interface_objective>

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.