Mantini
- Functions
- 15
- Work in this build
- 15
- Compiled out
- 0
15 names
- mantini_add_cell_to_runtime_squad
- mantini_add_runtime_point_to_set
- mantini_add_runtime_point_to_set_from_camera
- mantini_add_starting_location_to_squad
- mantini_add_starting_location_to_squad_from_camera
- mantini_clear_runtime_squads
- mantini_create_runtime_point_set
- mantini_create_runtime_squad
- mantini_get_runtime_squad_cell_count
- mantini_remove_pointset
- mantini_set_spawn_point_variants
- mantini_set_spawn_point_vehicle
- mantini_set_spawn_point_weapons
- mantini_set_squad_cell_spawn_count
- mantini_set_squad_team
mantini_add_cell_to_runtime_squad
→ longNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mantini_add_cell_to_runtime_squad <string> <string>) | long | 521 |
console: mantini_add_cell_to_runtime_squad <string> <string>
mantini_add_runtime_point_to_set
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mantini_add_runtime_point_to_set <string> <string> <real> <real> <real> <real>) | boolean | 517 |
console: mantini_add_runtime_point_to_set <string> <string> <real> <real> <real> <real>
mantini_add_runtime_point_to_set_from_camera
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mantini_add_runtime_point_to_set_from_camera <string> <string> <real> <real>) | boolean | 518 |
console: mantini_add_runtime_point_to_set_from_camera <string> <string> <real> <real>
mantini_add_starting_location_to_squad
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mantini_add_starting_location_to_squad <string> <string> <long> <point_reference>) | boolean | 519 |
console: mantini_add_starting_location_to_squad <string> <string> <long> <point_reference>
mantini_add_starting_location_to_squad_from_camera
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mantini_add_starting_location_to_squad_from_camera <string> <string> <long> <real>) | boolean | 520 |
console: mantini_add_starting_location_to_squad_from_camera <string> <string> <long> <real>
mantini_clear_runtime_squads
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mantini_clear_runtime_squads) | boolean | 528 |
console: mantini_clear_runtime_squads
mantini_create_runtime_point_set
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mantini_create_runtime_point_set <string>) | boolean | 516 |
console: mantini_create_runtime_point_set <string>
mantini_create_runtime_squad
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mantini_create_runtime_squad <string>) | boolean | 515 |
console: mantini_create_runtime_squad <string>
mantini_get_runtime_squad_cell_count
→ longNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mantini_get_runtime_squad_cell_count <string>) | long | 522 |
console: mantini_get_runtime_squad_cell_count <string>
mantini_remove_pointset
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mantini_remove_pointset <string>) | boolean | 529 |
console: mantini_remove_pointset <string>
mantini_set_spawn_point_variants
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mantini_set_spawn_point_variants <ai> <string_id> <string_id>) | boolean | 526 |
console: mantini_set_spawn_point_variants <ai> <string_id> <string_id>
mantini_set_spawn_point_vehicle
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mantini_set_spawn_point_vehicle <ai> <string>) | boolean | 525 |
console: mantini_set_spawn_point_vehicle <ai> <string>
mantini_set_spawn_point_weapons
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mantini_set_spawn_point_weapons <ai> <string> <string>) | boolean | 524 |
console: mantini_set_spawn_point_weapons <ai> <string> <string>
mantini_set_squad_cell_spawn_count
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mantini_set_squad_cell_spawn_count <string> <long> <long>) | boolean | 527 |
console: mantini_set_squad_cell_spawn_count <string> <long> <long>
mantini_set_squad_team
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mantini_set_squad_team <string> <team>) | boolean | 523 |
console: mantini_set_squad_team <string> <team>
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.