Determinism
- Functions
- 7
- Work in this build
- 0
- Compiled out
- 7
7 names
- determinism_debug_manager_enable_game_state_checksum
- determinism_debug_manager_enable_log_file_comparision_on_oos
- determinism_debug_manager_enable_logging
- determinism_debug_manager_enable_trace
- determinism_debug_manager_set_consumer_sample_level
- determinism_debug_manager_set_trace_flags
- determinism_log_compare_log_files
determinism_debug_manager_enable_game_state_checksum
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (determinism_debug_manager_enable_game_state_checksum <boolean>) | void | 1436 |
determinism_debug_manager_enable_log_file_comparision_on_oos
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (determinism_debug_manager_enable_log_file_comparision_on_oos <boolean>) | void | 1440 |
determinism_debug_manager_enable_logging
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (determinism_debug_manager_enable_logging <boolean>) | void | 1434 |
determinism_debug_manager_enable_trace
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (determinism_debug_manager_enable_trace <boolean>) | void | 1437 |
determinism_debug_manager_set_consumer_sample_level
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (determinism_debug_manager_set_consumer_sample_level <string> <long>) | void | 1438 |
determinism_debug_manager_set_trace_flags
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (determinism_debug_manager_set_trace_flags <long>) | void | 1435 |
determinism_log_compare_log_files
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (determinism_log_compare_log_files <string> <string>) | void | 1439 |
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.