ThrowingSystemThrowItemByName
C# Methods Reference
Signature
public bool ThrowingSystemThrowItemByName(string itemName, double delay = 0.05, int amount = 1)
Parameters
itemName
string required
delay
double
amount
int
Return Type
bool
Example
CPH.ThrowingSystemThrowItemByName(itemName);
CPH.ThrowingSystemThrowItemByName(itemName, delay, amount);