Enum CandyAddStatus
Candy enumeration status.
Namespace: Exiled.API.Features.Items
Assembly: Exiled.API.dll
Syntax
public enum CandyAddStatus
Fields
Name | Description |
---|---|
AllCandyAdded | If all candies provided were added. |
NoCandyAdded | If no candy was able to be added. |
SomeCandyAdded | If at least one candy was added. |