# Ability Command Count Producing Unit

Grammar — The number of ability commands that produce unitType
FlagsNative | Function

# Arguments

  • string [ gamelink::Unit ] — Unit Type

Returns — int

native int TechTreeUnitProducedAbilCmdCount(
	string unitType,
);

Category: Tech Tree / Production

# Examples

# mods/starcoop/starcoop.sc2mod

LibCOMI.galaxy

// L6024
TechTreeUnitProducedAbilCmdCount(lv_uT)
// L24083
TechTreeUnitProducedAbilCmdCount(lv_ut)
// L24158
TechTreeUnitProducedAbilCmdCount(lv_ut)