Multiplayer
Multiplayer game state exposed to scripts.
- Functions
- 15
- Work in this build
- 12
- Compiled out
- 3
15 names
- mp_active_player_count_by_team
- mp_ai_allegiance
- mp_allegiance
- mp_debug_goal_object_boundary_geometry
- mp_dump_candy_monitor_state
- mp_game_won
- mp_player_count_by_team
- mp_players_by_team
- mp_respawn_override_timers
- mp_round_end
- mp_round_end_with_winning_player
- mp_round_end_with_winning_team
- mp_round_started
- mp_scripts_reset
- mp_wake_script
mp_active_player_count_by_team
→ longNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mp_active_player_count_by_team <mp_team>) | long | 1417 |
console: mp_active_player_count_by_team <mp_team>
mp_ai_allegiance
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mp_ai_allegiance <team> <mp_team>) | void | 1421 |
console: mp_ai_allegiance <team> <mp_team>
mp_allegiance
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mp_allegiance <mp_team> <mp_team>) | void | 1422 |
console: mp_allegiance <mp_team> <mp_team>
mp_debug_goal_object_boundary_geometry
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mp_debug_goal_object_boundary_geometry <boolean>) | void | 1432 |
mp_dump_candy_monitor_state
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mp_dump_candy_monitor_state) | void | 1433 |
mp_game_won
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mp_game_won <mp_team>) | void | 1419 |
console: mp_game_won <mp_team>
mp_player_count_by_team
→ longNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mp_player_count_by_team <mp_team>) | long | 1415 |
console: mp_player_count_by_team <mp_team>
mp_players_by_team
→ object_listNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mp_players_by_team <mp_team>) | object_list | 1416 |
console: mp_players_by_team <mp_team>
mp_respawn_override_timers
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mp_respawn_override_timers <mp_team>) | void | 1420 |
console: mp_respawn_override_timers <mp_team>
mp_round_end
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mp_round_end) | void | 1426 |
console: mp_round_end
mp_round_end_with_winning_player
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mp_round_end_with_winning_player <player>) | void | 1424 |
console: mp_round_end_with_winning_player <player>
mp_round_end_with_winning_team
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mp_round_end_with_winning_team <mp_team>) | void | 1425 |
console: mp_round_end_with_winning_team <mp_team>
mp_round_started
→ booleanNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mp_round_started) | boolean | 1423 |
console: mp_round_started
mp_scripts_reset
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mp_scripts_reset) | void | 1429 |
console: mp_scripts_reset
mp_wake_script
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (mp_wake_script <string>) | void | 1430 |
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.