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

Multiplayer

Multiplayer game state exposed to scripts.

Functions
15
Work in this build
12
Compiled out
3

mp_active_player_count_by_team

long

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

SignatureReturnsSlot
(mp_active_player_count_by_team <mp_team>)long1417

console: mp_active_player_count_by_team <mp_team>

mp_ai_allegiance

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

SignatureReturnsSlot
(mp_ai_allegiance <team> <mp_team>)void1421

console: mp_ai_allegiance <team> <mp_team>

mp_allegiance

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

SignatureReturnsSlot
(mp_allegiance <mp_team> <mp_team>)void1422

console: mp_allegiance <mp_team> <mp_team>

mp_debug_goal_object_boundary_geometry

compiled out

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

SignatureReturnsSlot
(mp_debug_goal_object_boundary_geometry <boolean>)void1432

mp_dump_candy_monitor_state

compiled out

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

SignatureReturnsSlot
(mp_dump_candy_monitor_state)void1433

mp_game_won

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

SignatureReturnsSlot
(mp_game_won <mp_team>)void1419

console: mp_game_won <mp_team>

mp_player_count_by_team

long

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

SignatureReturnsSlot
(mp_player_count_by_team <mp_team>)long1415

console: mp_player_count_by_team <mp_team>

mp_players_by_team

object_list

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

SignatureReturnsSlot
(mp_players_by_team <mp_team>)object_list1416

console: mp_players_by_team <mp_team>

mp_respawn_override_timers

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

SignatureReturnsSlot
(mp_respawn_override_timers <mp_team>)void1420

console: mp_respawn_override_timers <mp_team>

mp_round_end

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

SignatureReturnsSlot
(mp_round_end)void1426

console: mp_round_end

mp_round_end_with_winning_player

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

SignatureReturnsSlot
(mp_round_end_with_winning_player <player>)void1424

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.

SignatureReturnsSlot
(mp_round_end_with_winning_team <mp_team>)void1425

console: mp_round_end_with_winning_team <mp_team>

mp_round_started

boolean

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

SignatureReturnsSlot
(mp_round_started)boolean1423

console: mp_round_started

mp_scripts_reset

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

SignatureReturnsSlot
(mp_scripts_reset)void1429

console: mp_scripts_reset

mp_wake_script

compiled out

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

SignatureReturnsSlot
(mp_wake_script <string>)void1430

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.