Events
The engine's event log and its display, largely compiled out of the release build.
- Functions
- 27
- Work in this build
- 0
- Compiled out
- 27
27 names
- event_debugger_break_category
- event_display_category
- event_force_display_category
- event_global_display_category
- event_global_log_category
- event_global_remote_log_category
- event_halt_category
- event_list_categories
- event_logs_snapshot
- events_category_datamine
- events_category_debugger
- events_category_debugger_break
- events_category_display
- events_category_force_display
- events_category_halt
- events_category_log
- events_disable_suppression
- events_enabled
- events_global_datamine
- events_global_debugger
- events_global_display
- events_global_log
- events_list_categories
- events_spam_suppression_enable
- events_suppress_console_display
- events_suppress_display
- events_suppression
event_debugger_break_category
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (event_debugger_break_category <string> <event>) | void | 1371 |
event_display_category
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (event_display_category <string> <event>) | void | 1369 |
event_force_display_category
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (event_force_display_category <string> <event>) | void | 1370 |
event_global_display_category
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (event_global_display_category <event>) | void | 1366 |
event_global_log_category
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (event_global_log_category <event>) | void | 1367 |
event_global_remote_log_category
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (event_global_remote_log_category <event>) | void | 1368 |
event_halt_category
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (event_halt_category <string> <event>) | void | 1372 |
event_list_categories
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (event_list_categories <string>) | void | 1373 |
event_logs_snapshot
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (event_logs_snapshot) | void | 1364 |
events_category_datamine
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (events_category_datamine <string> <event>) | void | 1362 |
events_category_debugger
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (events_category_debugger <string> <event>) | void | 1359 |
events_category_debugger_break
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (events_category_debugger_break <string> <event>) | void | 1360 |
events_category_display
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (events_category_display <string> <event>) | void | 1356 |
events_category_force_display
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (events_category_force_display <string> <event>) | void | 1357 |
events_category_halt
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (events_category_halt <string> <event>) | void | 1361 |
events_category_log
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (events_category_log <string> <event>) | void | 1358 |
events_disable_suppression
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (events_disable_suppression <boolean>) | void | 1365 |
events_enabled
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (events_enabled <boolean>) | void | 1349 |
events_global_datamine
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (events_global_datamine <event>) | void | 1355 |
events_global_debugger
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (events_global_debugger <event>) | void | 1354 |
events_global_display
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (events_global_display <event>) | void | 1352 |
events_global_log
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (events_global_log <event>) | void | 1353 |
events_list_categories
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (events_list_categories <string>) | void | 1363 |
events_spam_suppression_enable
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (events_spam_suppression_enable <boolean>) | void | 1244 |
events_suppress_console_display
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (events_suppress_console_display <boolean>) | void | 1374 |
events_suppress_display
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (events_suppress_display <boolean>) | void | 1351 |
events_suppression
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (events_suppression <boolean>) | void | 1350 |
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.