# Destroy Planet
Grammar — Destroy planet
Flags —Native|Action
Removes the specified planet from the planet panel.
# Arguments
int<planet> — Planet
Returns — void
native void PlanetDestroy(int inPlanetId);
# Related
Category: Story / Planet Panel / Planets
- Destroy All Planets —
void— PlanetDestroyAll - Destroy Planet —
void— PlanetDestroy - Create Planet —
int<planet> — PlanetCreate - Last Created Planet —
int<planet> — PlanetLastCreated
# Examples
— None found —