 | BuffMode Enumeration |
Represents the action to take when another buff with the same ID already exists.
Namespace:
Kit.Containers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
Members|
| Member name | Description |
|---|
| Nothing | Do nothing. Use both. |
| Extend | Extend the duration of the previous buff instead. |
| Keep | Keep the previous buff and discard the new one. |
| Replace | Set the duration of the previous buff equal to the duration of the new one. |
| Longer | Keep the longer of the two buffs. |
| Shorter | Keep the shorter of the two buffs. |
See Also