# Ability Count For Player

GrammarabilType count for player player, counting countType
FlagsNative | Function

Returns the count of the specified ability that the specified player’s unit have.

# Arguments

  • int — Player
  • string [ gamelink::Abil ] — Ability
  • int [ preset::TechTreeCountType ] — Count Type

Returns — int

native int TechTreeAbilityCount(
	int player,
	string abilType,
	int countType,
);

Category: Tech Tree / Counts

# Examples

— None found —