UIMenuStatsItem
This item is logically hydentical to the UIMenuProgressItem
Constructor
public UIMenuStatsItem(string text) : this(text, "", 0, SColor.HUD_Freemode)
public UIMenuStatsItem(string text, string subtitle, int value, SColor color) : base(text, subtitle)
function UIMenuStatsItem.New(Text, Description, Index, barColor, type, mainColor, highlightColor, textColor, highlightedTextColor)
Events
This item events are hydentical to the UIMenuProgressItem one but with different names.
public event ItemActivatedEvent Activated;
public event StatChanged OnStatChanged;
OnStatsChanged = function(menu, item, newindex)
end,
OnStatsSelected = function(menu, item, newindex)
end,