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

Scenery

Functions
9
Work in this build
9
Compiled out
0

scenery_animation_idle

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

SignatureReturnsSlot
(scenery_animation_idle <scenery>)void225

console: scenery_animation_idle <scenery>

scenery_animation_start

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

SignatureReturnsSlot
(scenery_animation_start <scenery> <animation_graph> <string_id>)void219

console: scenery_animation_start <scenery> <animation_graph> <string_id>

scenery_animation_start_at_frame

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

SignatureReturnsSlot
(scenery_animation_start_at_frame <scenery> <animation_graph> <string_id> <short>)void223

console: scenery_animation_start_at_frame <scenery> <animation_graph> <string_id> <short>

scenery_animation_start_at_frame_loop

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

SignatureReturnsSlot
(scenery_animation_start_at_frame_loop <scenery> <animation_graph> <string_id> <short>)void1545

console: scenery_animation_start_at_frame_loop <scenery> <animation_graph> <string_id> <short>

scenery_animation_start_loop

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

SignatureReturnsSlot
(scenery_animation_start_loop <scenery> <animation_graph> <string_id>)void220

console: scenery_animation_start_loop <scenery> <animation_graph> <string_id>

scenery_animation_start_relative

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

SignatureReturnsSlot
(scenery_animation_start_relative <scenery> <animation_graph> <string_id> <object>)void221

console: scenery_animation_start_relative <scenery> <animation_graph> <string_id> <object>

scenery_animation_start_relative_at_frame

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

SignatureReturnsSlot
(scenery_animation_start_relative_at_frame <scenery> <animation_graph> <string_id> <object> <short>)void224

console: scenery_animation_start_relative_at_frame <scenery> <animation_graph> <string_id> <object> <short>

scenery_animation_start_relative_loop

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

SignatureReturnsSlot
(scenery_animation_start_relative_loop <scenery> <animation_graph> <string_id> <object>)void222

console: scenery_animation_start_relative_loop <scenery> <animation_graph> <string_id> <object>

scenery_get_animation_time

short

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

SignatureReturnsSlot
(scenery_get_animation_time <scenery>)short226

console: scenery_get_animation_time <scenery>

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.