SC2Mapster Wiki
Advertisement

AI Actions[ | ]

Set Attack Wave Gather Point[ | ]

GUI[ | ]

AI - Set the attack wave gather point to gatherPoint for player player

Galaxy Code[ | ]

void AIAttackWaveSetGatherPoint ( int player, point gatherPoint )

Description[ | ]

Sets the point at which attack wave units will gather before being dispatched.

Parameters[ | ]

  • int player
    • Name: Attacker
  • point gatherPoint
    • Name: Point

Additional Information[ | ]

Advertisement