# Show/Hide All Leaderboards

Grammarshow|Show/Hide all leaderboards for players
FlagsNative | Action

Shows or hides all leaderboards for a player group.

# Arguments

Returns — void

native void BoardShowAll(
	bool inShow,
	playergroup inPlayers,
);

Category: Leaderboard / Leaderboards

# Examples

# campaigns/liberty.sc2campaign

MapScript.galaxy

// L5280
BoardShowAll(false, PlayerGroupAll())
// L1202
BoardShowAll(true, PlayerGroupAll())
// L4500
BoardShowAll(false, PlayerGroupAll())
// L4681
BoardShowAll(false, PlayerGroupAll())
// L1425
BoardShowAll(false, PlayerGroupAll())
// L1604
BoardShowAll(true, PlayerGroupAll())
// L5280
BoardShowAll(false, PlayerGroupAll())
// L1202
BoardShowAll(true, PlayerGroupAll())
// L4500
BoardShowAll(false, PlayerGroupAll())
// L4681
BoardShowAll(false, PlayerGroupAll())
// L1425
BoardShowAll(false, PlayerGroupAll())
// L1604
BoardShowAll(true, PlayerGroupAll())