Throw Item by Name
Allows for throwing a specific item by name
Parameters
Item
String required
Type the item name you wish to throw into the input box
Delay
Double required
Type the delay between throws (in 0.1 second increments)
Amount
Int required
Select the number of the selected items to be thrown
C# Usage
public bool ThrowingSystemThrowItemByName(string itemName, double delay = 0.05, int amount = 1)
CPH.ThrowingSystemThrowItemByName(itemName);
CPH.ThrowingSystemThrowItemByName(itemName, delay, amount);