Skip to content
Version 2.11.0
↓ Get the launcher

BuffChangeKind enumeration

How a buff’s state changed, as reported by BuffChanged.

public enum BuffChangeKind
name value description
Applied 0 Buff was freshly applied to the target (a live delta for a buff uuid not held yet). A buff that was already on the entity when it was seeded (EntityBuffsSeeded) never gets an Applied — consumers that need “first application” must treat the seed as the application.
Refreshed 1 An already-held buff had its duration, stacks or layer refreshed. This includes the first live delta for a buff that arrived through a seed; an identical re-send raises nothing.
Removed 2 Buff was removed from the target — including the expiry of a buff that arrived through a seed.