UIMissionDetailsPanel
Constructor
public UIMissionDetailsPanel(PanelSide side, string title, bool inside, string txd = "", string txn = "")
public UIMissionDetailsPanel(PanelSide side, string title, HudColor color, string txd = "", string txn = "")
UIMissionDetailsPanel.New(side, title, color, inside, txd, txn)
This panel is a bit more complex as it needs 1 more item to work, for each item in the side panel we must initialize a new UIMenuFreemodeDetailsItem
Parameters
Title
Gets or Sets the panel title.
string Title { get; set; }
:UpdatePanelTitle(title)
Update panel background
UpdatePanelPicture(string txd, string txn)
:UpdatePanelPicture(txd, txn)
Add / Remove Item
AddItem(UIFreemodeDetailsItem item)
RemoveItem(int idx)
:AddItem(newitem)
:RemoveItemAt(index)