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

Flocks

Flocks: the ambient creatures spawned in groups.

Functions
11
Work in this build
11
Compiled out
0

flock_create

boolean

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

SignatureReturnsSlot
(flock_create <string_id>)boolean505

console: flock_create <string_id>

flock_definition_set

boolean

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

SignatureReturnsSlot
(flock_definition_set <string_id> <any_tag>)boolean508

console: flock_definition_set <string_id> <any_tag>

flock_delete

boolean

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

SignatureReturnsSlot
(flock_delete <string_id>)boolean506

console: flock_delete <string_id>

flock_destination_copy_position

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

SignatureReturnsSlot
(flock_destination_copy_position <string_id> <string_id> <string_id>)void513

console: flock_destination_copy_position <string_id> <string_id> <string_id>

flock_destination_set_enabled

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

SignatureReturnsSlot
(flock_destination_set_enabled <string_id> <string_id> <boolean>)void511

console: flock_destination_set_enabled <string_id> <string_id> <boolean>

flock_destination_set_position

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

SignatureReturnsSlot
(flock_destination_set_position <string_id> <string_id> <point_reference>)void512

console: flock_destination_set_position <string_id> <string_id> <point_reference>

flock_destroy

boolean

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

SignatureReturnsSlot
(flock_destroy <string_id>)boolean507

console: flock_destroy <string_id>

flock_set_targeting_group

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

SignatureReturnsSlot
(flock_set_targeting_group <string_id> <short>)void510

console: flock_set_targeting_group <string_id> <short>

flock_start

boolean

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

SignatureReturnsSlot
(flock_start <string_id>)boolean503

console: flock_start <string_id>

flock_stop

boolean

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

SignatureReturnsSlot
(flock_stop <string_id>)boolean504

console: flock_stop <string_id>

flock_unperch

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

SignatureReturnsSlot
(flock_unperch <string_id>)void509

console: flock_unperch <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.