SC2Mapster Wiki
Advertisement

AI Actions[ | ]

Add Attack wave Unit Types[ | ]

GUI[ | ]

AI - Add ( easyCount / normalCount / hardCount / expertCount ) Unit Type to the attack wave

Galaxy Code[ | ]

void AIAttackWaveAddUnits4 ( int easyCount, int normalCount, int hardCount, int expertCount, gamelinkUnit Type )

Description[ | ]

Adds a type of unit to the next attack wave for a player; allowing you to specify a different number of units per difficulty level.

Parameters[ | ]

  • int easyCount
    • Name: Easy Count
  • Int normalCount
    • Name: Normal Count
  • int hardCount
    • Name: Hard Count
  • int expertCount
    • Name: Expert Count
  • gamelinkUnit Type

Additional Information[ | ]

Advertisement