M

UnitUtils.IsSpec

Description:
Checks whether a ForgeTypeId identifies a spec.
Remarks:
A ForgeTypeId identifies a spec if it corresponds to a valid UnitType value according to UnitUtils.IsValidUnitType(UnitType) and UnitUtils.GetSpecTypeId(UnitType).
public static bool IsSpec(
	ForgeTypeId specTypeId
)
Return Value bool True if the ForgeTypeId identifies a spec, false otherwise.