Flocks
Flocks: the ambient creatures spawned in groups.
- Functions
- 11
- Work in this build
- 11
- Compiled out
- 0
11 names
flock_create
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (flock_create <string_id>) | boolean | 505 |
console: flock_create <string_id>
flock_definition_set
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (flock_definition_set <string_id> <any_tag>) | boolean | 508 |
console: flock_definition_set <string_id> <any_tag>
flock_delete
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (flock_delete <string_id>) | boolean | 506 |
console: flock_delete <string_id>
flock_destination_copy_position
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (flock_destination_copy_position <string_id> <string_id> <string_id>) | void | 513 |
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.
| Signature | Returns | Slot |
|---|---|---|
| (flock_destination_set_enabled <string_id> <string_id> <boolean>) | void | 511 |
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.
| Signature | Returns | Slot |
|---|---|---|
| (flock_destination_set_position <string_id> <string_id> <point_reference>) | void | 512 |
console: flock_destination_set_position <string_id> <string_id> <point_reference>
flock_destroy
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (flock_destroy <string_id>) | boolean | 507 |
console: flock_destroy <string_id>
flock_set_targeting_group
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (flock_set_targeting_group <string_id> <short>) | void | 510 |
console: flock_set_targeting_group <string_id> <short>
flock_start
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (flock_start <string_id>) | boolean | 503 |
console: flock_start <string_id>
flock_stop
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (flock_stop <string_id>) | boolean | 504 |
console: flock_stop <string_id>
flock_unperch
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (flock_unperch <string_id>) | void | 509 |
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.