SC2Mapster Wiki
Advertisement

AI Actions[ | ]

Set Target Point For Attack Waves[ | ]

GUI[ | ]

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

Galaxy Code[ | ]

void AIAttackWaveSetTargetPoint ( int player, point point )

Description[ | ]

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

Parameters[ | ]

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

Additional Information[ | ]

Advertisement