# Destroy All Planets

Grammar — Destroy all planets for playerGroup
FlagsNative | Action

Removes all planets from the planet panel for the specified players.

# Arguments

  • playergroup — PlayerGroup

Returns — void

native void PlanetDestroyAll(playergroup inPlayerGroup);

Category: Story / Planet Panel / Planets

# Examples

# campaigns/liberty.sc2campaign

MapScript.galaxy

// L10290
PlanetDestroyAll(PlayerGroupAll())
// L10290
PlanetDestroyAll(PlayerGroupAll())

# campaigns/voidstory.sc2campaign

VoidCampaignUILib.galaxy

// L1741
PlanetDestroyAll(PlayerGroupAll())