Performance
Performance counters and throttles.
- Functions
- 10
- Work in this build
- 10
- Compiled out
- 0
10 names
performance_begin
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (performance_begin <long>) | void | 558 |
console: performance_begin <long>
performance_get_actor
→ aiNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (performance_get_actor <string_id>) | ai | 565 |
console: performance_get_actor <string_id>
Called 4 times by the shipped campaign scripts, with 1 argument.
performance_get_actor_by_index
→ aiNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (performance_get_actor_by_index <short>) | ai | 564 |
console: performance_get_actor_by_index <short>
performance_get_actor_count
→ shortNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (performance_get_actor_count) | short | 566 |
console: performance_get_actor_count
performance_get_last_played_line_index
→ shortNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (performance_get_last_played_line_index) | short | 569 |
console: performance_get_last_played_line_index
Called 26 times by the shipped campaign scripts, with 0 arguments.
performance_get_line_count
→ shortNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (performance_get_line_count) | short | 568 |
console: performance_get_line_count
Called 13 times by the shipped campaign scripts, with 0 arguments.
performance_get_role_count
→ shortNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (performance_get_role_count) | short | 567 |
console: performance_get_role_count
performance_new
→ longNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (performance_new <string_id> <boolean>) | long | 556 |
console: performance_new <string_id> <boolean>
performance_play_line
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (performance_play_line <string_id>) | void | 563 |
console: performance_play_line <string_id>
Called 20 times by the shipped campaign scripts, with 1 argument.
performance_play_line_by_id
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (performance_play_line_by_id <short>) | void | 562 |
console: performance_play_line_by_id <short>
Called 13 times by the shipped campaign scripts, with 1 argument.
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.