I am modifying some code that another person wrote and would like to understand what the 6 1s at the end of this format statement do:
GameTooltip:AddDoubleLine(format(“%s”, HydraUI:Comma(Remaining)), format(“%s%%”, RemainingPercent), 1, 1, 1, 1, 1, 1)
Thanks.