~~NOTOC~~ <=[[4rpl:start| Index]] * [[4rpl:commands:getunitbuildlimit|Get]] * [[4rpl:commands:setunitbuildlimit|Set]] :!: Available in version 1.3 and later. ====== GetUnitBuildLimit====== GetUnitBuildLimit(<-unitType) ->unitBuildLimit ===== Description ===== 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. ===== Examples ===== Print(GetUnitBuildLimit("sniper")) <=[[4rpl:start| Index]]