ChensClassicItems
Chen.ClassicItems.Items.Equipment.DroneRepairKit
DroneRepairKit.UnsupportCustomDrone(string) Method
Removes support for a custom drone, thus removing them from Drone Repair Kit’s scope.
public bool UnsupportCustomDrone(string masterName);
Parameters
masterName
System.String
The CharacterMaster name of the drone.
Returns
System.Boolean
True if the drone is unsupported. False if it is already unsupported.