Interpolators
- Functions
- 5
- Work in this build
- 5
- Compiled out
- 0
5 names
interpolator_dump
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (interpolator_dump <string_id>) | void | 1393 |
console: interpolator_dump <string_id>
interpolator_dump_all
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (interpolator_dump_all) | void | 1394 |
console: interpolator_dump_all
interpolator_start
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (interpolator_start <string_id>) | void | 1390 |
console: interpolator_start <string_id>
interpolator_stop
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (interpolator_stop <string_id>) | void | 1391 |
console: interpolator_stop <string_id>
interpolator_stop_all
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (interpolator_stop_all) | void | 1392 |
console: interpolator_stop_all
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.