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
26 names
- objectives_hud_clear
- objectives_hud_finish
- objectives_hud_finish_string
- objectives_hud_finish_up_to
- objectives_hud_last_objective_in_state
- objectives_hud_set_string
- objectives_hud_show
- objectives_hud_show_string
- objectives_hud_show_up_to
- objectives_hud_tag_failed
- objectives_hud_tag_new
- objectives_hud_tag_none
- objectives_hud_tag_update
- objectives_hud_unavailable
- objectives_hud_unavailable_string
- objectives_menu_clear
- objectives_menu_finish
- objectives_menu_finish_string
- objectives_menu_finish_up_to
- objectives_menu_last_objective_in_state
- objectives_menu_set_string
- objectives_menu_show
- objectives_menu_show_string
- objectives_menu_show_up_to
- objectives_menu_unavailable
- objectives_menu_unavailable_string
objectives_hud_clear
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (objectives_hud_clear) | void | 1312 |
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.
| Signature | Returns | Slot |
|---|---|---|
| (objectives_hud_finish <long>) | void | 1316 |
console: objectives_hud_finish <long>
objectives_hud_finish_string
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (objectives_hud_finish_string <user_interface_objective>) | void | 1321 |
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.
| Signature | Returns | Slot |
|---|---|---|
| (objectives_hud_finish_up_to <long>) | void | 1314 |
console: objectives_hud_finish_up_to <long>
Called 16 times by the shipped campaign scripts, with 1 argument.
objectives_hud_last_objective_in_state
→ longNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (objectives_hud_last_objective_in_state <long>) | long | 1319 |
console: objectives_hud_last_objective_in_state <long>
objectives_hud_set_string
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (objectives_hud_set_string <long> <user_interface_objective>) | void | 1318 |
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.
| Signature | Returns | Slot |
|---|---|---|
| (objectives_hud_show <long>) | void | 1315 |
console: objectives_hud_show <long>
objectives_hud_show_string
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (objectives_hud_show_string <user_interface_objective>) | void | 1320 |
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.
| Signature | Returns | Slot |
|---|---|---|
| (objectives_hud_show_up_to <long>) | void | 1313 |
console: objectives_hud_show_up_to <long>
objectives_hud_tag_failed
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (objectives_hud_tag_failed) | void | 1326 |
console: objectives_hud_tag_failed
objectives_hud_tag_new
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (objectives_hud_tag_new) | void | 1324 |
console: objectives_hud_tag_new
objectives_hud_tag_none
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (objectives_hud_tag_none) | void | 1323 |
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.
| Signature | Returns | Slot |
|---|---|---|
| (objectives_hud_tag_update) | void | 1325 |
console: objectives_hud_tag_update
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.