SC2Mapster Wiki
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

AI Actions

Set Target Unit For Attack Waves

GUI

AI - Set the target for player player attack waves to unitTag

Galaxy Code

void AIAttackWaveSetTargetUnit ( int player, unit unitTag )

Description

Sets a unit to be the target of a player's attack waves.

Parameters

  • int player
    • Name: Attacker
  • unit unitTag
    • Name: Unit

Additional Information

Advertisement