# Enable/Disable Planet Panel Close Button

Grammarenable|Enable/Disable the close button for playerGroup
FlagsNative | Action

Enables or disables the close button on the planet panel for the specified players.

# Arguments

Returns — void

native void PlanetPanelSetBackButtonEnabled(
	playergroup players,
	bool inEnabled,
);

Category: Story / Planet Panel / Planet Panel

# Examples

# campaigns/liberty.sc2campaign

MapScript.galaxy

// L10231
PlanetPanelSetBackButtonEnabled(PlayerGroupAll(), false)
// L17129
PlanetPanelSetBackButtonEnabled(PlayerGroupAll(), true)
// L25110
PlanetPanelSetBackButtonEnabled(PlayerGroupAll(), false)
// L25119
PlanetPanelSetBackButtonEnabled(PlayerGroupAll(), true)
// L10231
PlanetPanelSetBackButtonEnabled(PlayerGroupAll(), false)
// L17129
PlanetPanelSetBackButtonEnabled(PlayerGroupAll(), true)
// L25110
PlanetPanelSetBackButtonEnabled(PlayerGroupAll(), false)
// L25119
PlanetPanelSetBackButtonEnabled(PlayerGroupAll(), true)