Enum ThrowRequest
Possible throwable throw types.
public enum ThrowRequest
- Extension Methods
Fields
BeginThrow = 0Requesting to begin throwing a throwable item.
WeakThrow = 1Requesting to confirm a weak throw.
FullForceThrow = 2Requesting to confirm a strong throw.
CancelThrow = 3Requesting to cancel a throw.