Barotrauma Client Doc
Barotrauma.Steam.ImmutableWorkshopMenu Class Reference
Inheritance diagram for Barotrauma.Steam.ImmutableWorkshopMenu:
Barotrauma.Steam.WorkshopMenu

Public Member Functions

 ImmutableWorkshopMenu (GUIFrame parent)
 
- Public Member Functions inherited from Barotrauma.Steam.WorkshopMenu
 WorkshopMenu (GUIFrame parent)
 

Protected Member Functions

override void UpdateModListItemVisibility ()
 
- Protected Member Functions inherited from Barotrauma.Steam.WorkshopMenu
GUIComponent CreateActionCarrier (GUIComponent parent, Identifier id, Action action)
 
GUITextBox CreateSearchBox (RectTransform searchRectT)
 
bool ModNameMatches (ContentPackage p, string query)
 

Additional Inherited Members

- Static Protected Member Functions inherited from Barotrauma.Steam.WorkshopMenu
static void CreateBBCodeElement (Steamworks.Ugc.Item workshopItem, GUIListBox container)
 
static RectTransform NewItemRectT (GUILayoutGroup parent, float heightScale=1.0f)
 
static void Spacer (GUILayoutGroup parent, float height=0.03f)
 
static GUITextBlock Label (GUILayoutGroup parent, LocalizedString str, GUIFont font, float heightScale=1.0f)
 
static GUITextBox ScrollableTextBox (GUILayoutGroup parent, float heightScale, string text)
 
static GUIDropDown DropdownEnum< T > (GUILayoutGroup parent, Func< T, LocalizedString > textFunc, T currentValue, Action< T > setter)
 
static GUIDropDown Dropdown< T > (GUILayoutGroup parent, Func< T, LocalizedString > textFunc, IReadOnlyList< T > values, T currentValue, Action< T > setter, float heightScale=1.0f)
 
static void SwapDropdownValues< T > (GUIDropDown dropdown, Func< T, LocalizedString > textFunc, IReadOnlyList< T > values, T currentValue, Action< T > setter)
 
static int Round (float v)
 
static string Percentage (float v)
 
static void CreateModErrorInfo (ContentPackage mod, GUIComponent uiElement, GUITextBlock nameText)
 
- Static Protected Attributes inherited from Barotrauma.Steam.WorkshopMenu
static readonly Regex bbTagRegex
 

Detailed Description

Definition at line 9 of file ImmutableWorkshopMenu.cs.

Constructor & Destructor Documentation

◆ ImmutableWorkshopMenu()

Barotrauma.Steam.ImmutableWorkshopMenu.ImmutableWorkshopMenu ( GUIFrame  parent)

Definition at line 14 of file ImmutableWorkshopMenu.cs.

Member Function Documentation

◆ UpdateModListItemVisibility()

override void Barotrauma.Steam.ImmutableWorkshopMenu.UpdateModListItemVisibility ( )
protectedvirtual

Implements Barotrauma.Steam.WorkshopMenu.

Definition at line 57 of file ImmutableWorkshopMenu.cs.