# Clear Selected Planet

Grammar — Clear the currently selected planet for playerGroup
FlagsNative | Action

Clears the planet selection on the planet panel for the specified players.

# Arguments

  • playergroup — PlayerGroup

Returns — void

native void PlanetClearSelected(playergroup inPlayerGroup);

Category: Story / Planet Panel / Planet Panel

# Examples

# campaigns/liberty.sc2campaign

MapScript.galaxy

// L10289
PlanetClearSelected(PlayerGroupAll())
// L10289
PlanetClearSelected(PlayerGroupAll())