SC2Mapster Wiki
Advertisement

AI Actions[ | ]

Set Target Escort For Attack Waves, No Leashing[ | ]

GUI[ | ]

AI - Set the target for player player attack waves to be escorting unit group escortGroup|UnitGroup with replace behavior replaceType . This version is without leashing.

Galaxy Code[ | ]

void AIAttackWaveSetTargetEscortNL ( int player, unitgroup escortGroup, preset replaceType )

Description[ | ]

Sets the target of a player's attack waves to escort a unit group. The escorts will not break combat and return to their charge should they become seperated.

Parameters[ | ]

  • int player
    • Name: Attacker
  • unitgroup escortGroup
    • Name: EscortGroup
  • preset replaceType
    • Preset: ReplaceType
    • Name: ReplaceType

Additional Information[ | ]

Advertisement