UI screens
The UI screen stack: opening, closing and querying screens by name.
- Functions
- 15
- Work in this build
- 0
- Compiled out
- 15
15 names
- cui_debug_add_binding_watch
- cui_debug_add_global_binding_watch
- cui_debug_add_global_property_watch
- cui_debug_add_property_watch
- cui_debug_clear
- cui_debug_clear_binding_watches
- cui_debug_clear_global
- cui_debug_clear_global_binding_watches
- cui_debug_clear_global_property_watches
- cui_debug_clear_property_watches
- cui_debug_remove_binding_watch
- cui_debug_remove_global_binding_watch
- cui_debug_remove_global_property_watch
- cui_debug_remove_property_watch
- cui_set_screen_name_override_prefix
cui_debug_add_binding_watch
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (cui_debug_add_binding_watch <string>) | void | 1651 |
cui_debug_add_global_binding_watch
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (cui_debug_add_global_binding_watch <string>) | void | 1650 |
cui_debug_add_global_property_watch
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (cui_debug_add_global_property_watch <string>) | void | 1644 |
cui_debug_add_property_watch
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (cui_debug_add_property_watch <string>) | void | 1645 |
cui_debug_clear
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (cui_debug_clear) | void | 1657 |
cui_debug_clear_binding_watches
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (cui_debug_clear_binding_watches) | void | 1655 |
cui_debug_clear_global
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (cui_debug_clear_global) | void | 1656 |
cui_debug_clear_global_binding_watches
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (cui_debug_clear_global_binding_watches) | void | 1654 |
cui_debug_clear_global_property_watches
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (cui_debug_clear_global_property_watches) | void | 1648 |
cui_debug_clear_property_watches
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (cui_debug_clear_property_watches) | void | 1649 |
cui_debug_remove_binding_watch
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (cui_debug_remove_binding_watch <string>) | void | 1653 |
cui_debug_remove_global_binding_watch
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (cui_debug_remove_global_binding_watch <string>) | void | 1652 |
cui_debug_remove_global_property_watch
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (cui_debug_remove_global_property_watch <string>) | void | 1646 |
cui_debug_remove_property_watch
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (cui_debug_remove_property_watch <string>) | void | 1647 |
cui_set_screen_name_override_prefix
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (cui_set_screen_name_override_prefix <string>) | void | 1594 |
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.