Click or drag to resize

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
C#
public enum BuffMode
Members
  Member nameDescription
NothingDo nothing. Use both.
ExtendExtend the duration of the previous buff instead.
KeepKeep the previous buff and discard the new one.
ReplaceSet the duration of the previous buff equal to the duration of the new one.
LongerKeep the longer of the two buffs.
ShorterKeep the shorter of the two buffs.
See Also