StarCraft 2 LordAbyss Trigger Specials 2024 download
logo
starcraft 2 mod LordAbyss Trigger Specials

LordAbyss Trigger Specials

Game Version: -
Total Downloads: 250
Updated: Nov 9, 2010
Created: Nov 9, 2010

Earlier Versions

Name Size Uploaded Game Version Downloads
Initial Version release 211.96 KB Nov 9, 2010 - 250 download LordAbyss Trigger Specials Initial Version releaseDownload

Screenshots

Description

Share this:

This will be my compiled map of everything I may create in triggers or in the data editor.

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

Comments

Add a comment