Rendering
Rendering switches: clip distances, lighting and effect toggles, most compiled out of the release build.
- Functions
- 23
- Work in this build
- 17
- Compiled out
- 6
23 names
- render_autoexposure_enable
- render_autoexposure_instant
- render_cinematic_motion_blur
- render_debug_cheap_particles
- render_debug_structure_line_opacity
- render_debug_structure_opacity
- render_debug_structure_text_opacity
- render_debug_text_using_simple_font
- render_depth_of_field
- render_depth_of_field_enable
- render_disable_vsync
- render_dof_blur_animate
- render_dof_focus_depth
- render_exposure
- render_exposure_fade_in
- render_exposure_fade_out
- render_exposure_full
- render_exposure_set_environment_darken
- render_lights
- render_model_marker_name_filter
- render_postprocess_color_tweaking_reset
- render_ssao
- render_weather
render_autoexposure_enable
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_autoexposure_enable <boolean>) | void | 1404 |
console: render_autoexposure_enable <boolean>
render_autoexposure_instant
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_autoexposure_instant <long>) | void | 1409 |
console: render_autoexposure_instant <long>
render_cinematic_motion_blur
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_cinematic_motion_blur <boolean>) | void | 1555 |
console: render_cinematic_motion_blur <boolean>
render_debug_cheap_particles
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_debug_cheap_particles <boolean>) | void | 209 |
render_debug_structure_line_opacity
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_debug_structure_line_opacity <real> <real> <real> <real>) | void | 214 |
render_debug_structure_opacity
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_debug_structure_opacity <real> <real> <real> <real>) | void | 216 |
render_debug_structure_text_opacity
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_debug_structure_text_opacity <real> <real> <real> <real>) | void | 215 |
render_debug_text_using_simple_font
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_debug_text_using_simple_font <boolean>) | void | 217 |
render_depth_of_field
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_depth_of_field <real> <real> <real> <real>) | void | 1412 |
console: render_depth_of_field <real> <real> <real> <real>
render_depth_of_field_enable
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_depth_of_field_enable <boolean>) | void | 1411 |
console: render_depth_of_field_enable <boolean>
render_disable_vsync
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_disable_vsync <boolean>) | void | 1268 |
console: render_disable_vsync <boolean>
render_dof_blur_animate
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_dof_blur_animate <real> <real>) | void | 1414 |
console: render_dof_blur_animate <real> <real>
render_dof_focus_depth
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_dof_focus_depth <real>) | void | 1413 |
console: render_dof_focus_depth <real>
render_exposure
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_exposure <real> <real>) | void | 1408 |
console: render_exposure <real> <real>
render_exposure_fade_in
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_exposure_fade_in <real> <real>) | void | 1406 |
console: render_exposure_fade_in <real> <real>
render_exposure_fade_out
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_exposure_fade_out <real>) | void | 1407 |
console: render_exposure_fade_out <real>
render_exposure_full
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_exposure_full <real> <real> <real> <real> <real>) | void | 1405 |
console: render_exposure_full <real> <real> <real> <real> <real>
render_exposure_set_environment_darken
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_exposure_set_environment_darken <real>) | void | 1410 |
console: render_exposure_set_environment_darken <real>
render_lights
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_lights <boolean>) | boolean | 207 |
console: render_lights <boolean>
render_model_marker_name_filter
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_model_marker_name_filter <string>) | void | 1577 |
render_postprocess_color_tweaking_reset
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_postprocess_color_tweaking_reset) | void | 218 |
console: render_postprocess_color_tweaking_reset
render_ssao
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_ssao <boolean>) | void | 1266 |
console: render_ssao <boolean>
render_weather
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (render_weather <boolean>) | void | 1265 |
console: render_weather <boolean>
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.