Campaign
- Functions
- 6
- Work in this build
- 6
- Compiled out
- 0
6 names
campaign_metagame_award_points
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (campaign_metagame_award_points <player> <long>) | void | 543 |
console: campaign_metagame_award_points <player> <long>
campaign_metagame_award_skull
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (campaign_metagame_award_skull <player> <skull>) | void | 544 |
console: campaign_metagame_award_skull <player> <skull>
campaign_metagame_enabled
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (campaign_metagame_enabled) | boolean | 545 |
console: campaign_metagame_enabled
campaign_metagame_get_player_score
→ longNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (campaign_metagame_get_player_score <player>) | long | 1586 |
console: campaign_metagame_get_player_score <player>
campaign_metagame_time_pause
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (campaign_metagame_time_pause <boolean>) | void | 542 |
console: campaign_metagame_time_pause <boolean>
Called 26 times by the shipped campaign scripts, with 1 argument.
campaign_survival_enabled
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (campaign_survival_enabled) | boolean | 546 |
console: campaign_survival_enabled
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.