Custom
- Functions
- 5
- Work in this build
- 5
- Compiled out
- 0
5 names
custom_animation
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (custom_animation <unit> <animation_graph> <string_id> <boolean>) | boolean | 237 |
console: custom_animation <unit> <animation_graph> <string_id> <boolean>
Called 43 times by the shipped campaign scripts, with 4 arguments.
custom_animation_list
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (custom_animation_list <object_list> <animation_graph> <string_id> <boolean>) | boolean | 241 |
console: custom_animation_list <object_list> <animation_graph> <string_id> <boolean>
custom_animation_loop
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (custom_animation_loop <unit> <animation_graph> <string_id> <boolean>) | boolean | 238 |
console: custom_animation_loop <unit> <animation_graph> <string_id> <boolean>
Called 33 times by the shipped campaign scripts, with 4 arguments.
custom_animation_relative
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (custom_animation_relative <unit> <animation_graph> <string_id> <boolean> <object>) | boolean | 239 |
console: custom_animation_relative <unit> <animation_graph> <string_id> <boolean> <object>
custom_animation_relative_loop
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (custom_animation_relative_loop <unit> <animation_graph> <string_id> <boolean> <object>) | boolean | 240 |
console: custom_animation_relative_loop <unit> <animation_graph> <string_id> <boolean> <object>
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.