# Show/Hide Achievement Panel

Grammarvisible achievement panel for players|Player Group
FlagsNative | Action

Shows or hides the achievement panel for the specified players.

# Arguments

  • playergroup — Players
  • bool [ preset::ShowHideOption ] — Show/Hide

Returns — void

native void AchievementPanelSetVisible(
	playergroup players,
	bool visible,
);

Category: UI / Game UI

# Examples

# campaigns/voidstory.sc2campaign

VoidCampaignUILib.galaxy

// L6185
AchievementPanelSetVisible(PlayerGroupAll(), true)

# mods/missionpacks/novacampaign.sc2mod

LibNCUI.galaxy

// L4074
AchievementPanelSetVisible(PlayerGroupAll(), true)