Saved films
Saved films: recording and playback.
- Functions
- 13
- Work in this build
- 2
- Compiled out
- 11
13 names
- saved_film_disable_version_checking
- saved_film_insert_marker
- saved_film_play
- saved_film_play_last
- saved_film_seek_to_film_tick
- saved_film_seek_to_film_timestamp
- saved_film_seek_to_marker
- saved_film_set_playback_game_speed
- saved_film_set_repro_mode
- saved_film_toggle_debug_saving
- saved_films_show_timestamp
- saved_games_autosave_free_up_space
- saved_games_delete_campaign_save
saved_film_disable_version_checking
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (saved_film_disable_version_checking <boolean>) | void | 1443 |
saved_film_insert_marker
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (saved_film_insert_marker <string>) | void | 1574 |
saved_film_play
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (saved_film_play <string>) | void | 1441 |
saved_film_play_last
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (saved_film_play_last) | void | 1442 |
saved_film_seek_to_film_tick
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (saved_film_seek_to_film_tick <long>) | void | 1489 |
saved_film_seek_to_film_timestamp
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (saved_film_seek_to_film_timestamp <real>) | void | 1490 |
saved_film_seek_to_marker
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (saved_film_seek_to_marker <long>) | void | 1575 |
saved_film_set_playback_game_speed
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (saved_film_set_playback_game_speed <real>) | void | 1483 |
console: saved_film_set_playback_game_speed <real>
saved_film_set_repro_mode
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (saved_film_set_repro_mode <boolean>) | void | 1546 |
console: saved_film_set_repro_mode <boolean>
saved_film_toggle_debug_saving
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (saved_film_toggle_debug_saving <boolean>) | void | 1444 |
saved_films_show_timestamp
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (saved_films_show_timestamp <boolean>) | void | 1445 |
saved_games_autosave_free_up_space
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (saved_games_autosave_free_up_space) | void | 1035 |
saved_games_delete_campaign_save
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (saved_games_delete_campaign_save <controller>) | void | 1034 |
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.