Thespian
- Functions
- 9
- Work in this build
- 9
- Compiled out
- 0
9 names
thespian_fake_task_transition
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (thespian_fake_task_transition <string_id> <string_id>) | void | 561 |
console: thespian_fake_task_transition <string_id> <string_id>
thespian_folder_activate
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (thespian_folder_activate <folder>) | void | 552 |
console: thespian_folder_activate <folder>
thespian_folder_deactivate
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (thespian_folder_deactivate <folder>) | void | 553 |
console: thespian_folder_deactivate <folder>
thespian_performance_activate
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (thespian_performance_activate <string_id>) | void | 554 |
console: thespian_performance_activate <string_id>
thespian_performance_is_blocked
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (thespian_performance_is_blocked) | boolean | 570 |
console: thespian_performance_is_blocked
Called 2 times by the shipped campaign scripts, with 0 arguments.
thespian_performance_kill_by_ai
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (thespian_performance_kill_by_ai <ai>) | void | 560 |
console: thespian_performance_kill_by_ai <ai>
thespian_performance_kill_by_name
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (thespian_performance_kill_by_name <string_id>) | void | 559 |
console: thespian_performance_kill_by_name <string_id>
thespian_performance_setup_and_begin
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (thespian_performance_setup_and_begin <string_id> <string_id> <real>) | boolean | 555 |
console: thespian_performance_setup_and_begin <string_id> <string_id> <real>
Called 1 time by the shipped campaign scripts, with 3 arguments.
thespian_performance_test
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (thespian_performance_test <string_id>) | void | 551 |
console: thespian_performance_test <string_id>
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.