VerifiedAll console commandsBuild 2026.08.11.1121610.2-Rel-i343-Meteorite-2607-CU4

Custom

Functions
5
Work in this build
5
Compiled out
0

custom_animation

boolean

No description yet; the release build dropped the engine's help text.

SignatureReturnsSlot
(custom_animation <unit> <animation_graph> <string_id> <boolean>)boolean237

console: custom_animation <unit> <animation_graph> <string_id> <boolean>

Called 43 times by the shipped campaign scripts, with 4 arguments.

custom_animation_list

boolean

No description yet; the release build dropped the engine's help text.

SignatureReturnsSlot
(custom_animation_list <object_list> <animation_graph> <string_id> <boolean>)boolean241

console: custom_animation_list <object_list> <animation_graph> <string_id> <boolean>

custom_animation_loop

boolean

No description yet; the release build dropped the engine's help text.

SignatureReturnsSlot
(custom_animation_loop <unit> <animation_graph> <string_id> <boolean>)boolean238

console: custom_animation_loop <unit> <animation_graph> <string_id> <boolean>

Called 33 times by the shipped campaign scripts, with 4 arguments.

custom_animation_relative

boolean

No description yet; the release build dropped the engine's help text.

SignatureReturnsSlot
(custom_animation_relative <unit> <animation_graph> <string_id> <boolean> <object>)boolean239

console: custom_animation_relative <unit> <animation_graph> <string_id> <boolean> <object>

custom_animation_relative_loop

boolean

No description yet; the release build dropped the engine's help text.

SignatureReturnsSlot
(custom_animation_relative_loop <unit> <animation_graph> <string_id> <boolean> <object>)boolean240

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.