⇐ Index
Available in version 1.3 and later.
GetUnitBuildLimit(<-unitType) ->unitBuildLimit
Returns the build limit for the specified unit type. If the build limit is unlimited, -1 is returned. The only types that are supported are the built in unit types that the player can build, and custom units. See GetUnitType. For custom units, specify the CMod GUID for the type.
Print(GetUnitBuildLimit("sniper"))
⇐ Index