SC2Mapster Wiki
Advertisement

AI Actions[ | ]

Set Target UnitGroup For Attack Waves[ | ]

GUI[ | ]

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

Galaxy Code[ | ]

void AIAttackWaveSetTargetUnitGroup ( int player, unitgroup unitGroup )

Description[ | ]

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

Parameters[ | ]

  • int player
    • Name: Attacker
  • unitgroup unitGroup
    • Name: UnitGroup

Additional Information[ | ]

Advertisement