SC2Mapster Wiki
Advertisement

AI Actions[ | ]

Set Target Gather Defense For Attack Waves[ | ]

GUI[ | ]

AI - Set the target for player player|Attacker 's attack waves to town town 's defensive gather point.

Galaxy Code[ | ]

void AIAttackWaveSetTargetGatherD ( int player, int town )

Description[ | ]

Sets the target of a player's attack waves to a town's defensive gather point.

Parameters[ | ]

  • int player
    • Name: Player
  • int town
    • Name: Town

Additional Information[ | ]

Advertisement