SC2Mapster Wiki
Advertisement

AI Actions[ | ]

Set Target Region For Attack/Defense Waves[ | ]

GUI[ | ]

AI - Set the target for player player attack (or defense) waves to be the region region with replace behavior replaceType .

Galaxy Code[ | ]

void AIAttackWaveSetTargetRegion ( int player, region region, preset replaceType )

Description[ | ]

Sets the target of a player's attack (or defense) waves to a region.

Parameters[ | ]

  • int player
    • Name: Attacker
  • region region
    • Name: Region
  • preset replaceType
    • Preset: ReplaceType
    • Name: ReplaceType

Additional Information[ | ]

Advertisement