# Set Target Melee For Attack Waves

Grammar — Set the target for player player|Attacker’s attack waves to attack any enemies of that player.
FlagsNative | Action

Sets the target of a player’s attack waves to attack any enemies of that player.

# Arguments

  • int — Player

Returns — void

native void AIAttackWaveSetTargetMelee(int player);

Category: AI / AttackWaves / Actions

# Examples

— None found —