Wanting to add new functionality to all clothes. Its currently not possible to mod/add to ClothingBase to add script functionality as ClothingBase is defined via
typedef Clothing ClothingBase;
Clothing is an engine class which cannot be modded either.