# Remove All Bullies

Grammar — Removes all bullies for player player.
FlagsNative | Action

Removes the bully flag from all units owned by a player.

# Arguments

  • int — Player

Returns — void

native void AIClearAllBullies(int player);

Category: AI / Bullies / Actions

# Examples

# campaigns/liberty.sc2campaign

MapScript.galaxy

// L4214
AIClearAllBullies(gv_pLAYER_P06_ZERG_TR)
// L4214
AIClearAllBullies(gv_pLAYER_P06_ZERG_TR)