Initial Version

Details

  • Filename
    LordAbyssCustomFunctionsAndConditions.SC2Map
  • Uploaded by
  • Uploaded
    Nov 9, 2010
  • Size
    211.96 KB
  • Downloads
    462
  • MD5
    d5eaa00bf07573be87884b8503ad5126

Changelog

Initial Release.

Conditions

int gf_NumberOfUnitsOwnedByPlayer (int lp_player);
bool gf_NumberOfUnitsOwnedByPlayerGreater (int lp_player, int lp_units);
bool gf_NumberOfUnitsOwnedByPlayerGreaterOrEqual (int lp_player, int lp_units);
bool gf_NumberOfUnitsOwnedByPlayerLess (int lp_player, int lp_units);
bool gf_NumberOfUnitsOwnedByPlayerLessOrEqual (int lp_player, int lp_units);
bool gf_NumberOfUnitsOwnedByPlayerEqual (int lp_player, int lp_units);
bool gf_NumberOfUnitsOwnedByPlayerNotEqual (int lp_player, int lp_units);