Skip to content
Version 2.11.0
↓ Get the launcher

BuffInfo.Visible property

BuffTable.Visible: 0 = hidden internal marker (never shown in the game UI), 1/2 = shown. Consumers that mirror the game’s buff/debuff display (e.g. the meter’s party-focus debuff icons) must drop Visible == 0 rows. Defaults to 1 (visible) so callers that predate the column compile unchanged.

public int Visible { get; set; }