# Destroy All Objectives

Grammar — Destroy all objectives for players
FlagsNative | Action

Destroys all objectives for a player group.

# Arguments

  • playergroup — Players

Returns — void

native void ObjectiveDestroyAll(playergroup inPlayers);

Category: Objective / Advanced

# Examples

# campaigns/swarm.sc2campaign

MapScript.galaxy

// L1028
ObjectiveDestroyAll(PlayerGroupAll())
// L2994
ObjectiveDestroyAll(PlayerGroupAll())
// L2602
ObjectiveDestroyAll(PlayerGroupAll())
// L1916
ObjectiveDestroyAll(PlayerGroupAll())
// L4269
ObjectiveDestroyAll(PlayerGroupAll())
// L1602
ObjectiveDestroyAll(PlayerGroupAll())
// L3511
ObjectiveDestroyAll(PlayerGroupAll())
// L1191
ObjectiveDestroyAll(PlayerGroupAll())
// L2837
ObjectiveDestroyAll(PlayerGroupAll())
// L1028
ObjectiveDestroyAll(PlayerGroupAll())
// L2994
ObjectiveDestroyAll(PlayerGroupAll())
// L2602
ObjectiveDestroyAll(PlayerGroupAll())
// L1916
ObjectiveDestroyAll(PlayerGroupAll())
// L4269
ObjectiveDestroyAll(PlayerGroupAll())
// L1602
ObjectiveDestroyAll(PlayerGroupAll())
// L3511
ObjectiveDestroyAll(PlayerGroupAll())
// L1191
ObjectiveDestroyAll(PlayerGroupAll())
// L2837
ObjectiveDestroyAll(PlayerGroupAll())