LordAbyss Trigger Specials

Contains numerous resources, mostly for trigger editor.

File Details

Initial Version

  • R
  • Nov 9, 2010
  • 211.96 KB
  • 488

File Name

LordAbyssCustomFunctionsAndConditions.SC2Map

Supported Versions

    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);