# Global Suicide

Grammar — Suicide all player player units
FlagsNative | Action

Flags all units owned by a player to suicide. Units flagged to suicide will seek out and attack the nearest enemy unit they can find until they are slain, or there is nothing left to attack.

# Arguments

  • int — Player

Returns — void

native void AIGlobalSuicide(int player);

Category: AI / MiscCampaign / Actions

# Examples

— None found —