GearSet.AddGear() ================= This function adds the Gear object to the GearSet.GearSet dictionnary. .. note:: If a Gear object with the same GearType is already in the dictionnary this function overwrites it with the given Gear object. **Parameter** * newGear : Gear - Gear to put in the GearSet. **Usage** .. code-block:: python newGearSet.AddGear(newGear)