RAGENativeUI.Elements.UIMenuListItem.UIMenuListItem C# (CSharp) Method

UIMenuListItem() public method

List item, with left/right arrows.
public UIMenuListItem ( string text, List items, int index ) : System
text string Item label.
items List List that contains your items.
index int Index in the list. If unsure user 0.
return System
        public UIMenuListItem(string text, List<dynamic> items, int index)
            : this(text, items, index, "")
        {
        }

Same methods

UIMenuListItem::UIMenuListItem ( string text, List items, int index, string description ) : System