Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ContentBrowser_ScenarioLineComponent Class Reference
Inheritance diagram for SCR_ContentBrowser_ScenarioLineComponent:
SCR_BrowserListMenuEntryComponent SCR_ContentBrowser_GMSaveLineComponent

Protected Member Functions

override void HandlerAttached (Widget w)
override void HandlerDeattached (Widget w)
override void UpdateModularButtons ()
override bool SetFavorite (bool favorite)
override void OnTooltipShow (SCR_ScriptedWidgetTooltip tooltip)
void UpdateAllWidgets ()
void OnPlay ()
void OnContinue ()
void OnRestart ()
void OnHost ()
void OnFindServers ()
void OnCommStatusCheckFinished (SCR_ECommStatus status, float responseTime, float lastSuccessTime, float lastFailTime)
void NotifyScenarioUpdate (bool itemDownloaded)
 Must be called when the scenario properties have been updated (set/clear favourite or similar).
void SetScenario (MissionWorkshopItem mission)
MissionWorkshopItem GetScenario ()

Static Protected Member Functions

static SCR_ContentBrowser_ScenarioLineComponent FindComponent (Widget w)

Protected Attributes

ref SCR_ContentBrowser_ScenarioLineWidgets m_Widgets = new SCR_ContentBrowser_ScenarioLineWidgets
MissionWorkshopItem m_Mission
bool m_bMouseButtonsEnabled = true
const string MOD_ICON = "modIcon"

Detailed Description

Definition at line 4 of file SCR_ContentBrowser_ScenarioLineComponent.c.

Member Function Documentation

◆ FindComponent()

SCR_ContentBrowser_ScenarioLineComponent SCR_ContentBrowser_ScenarioLineComponent::FindComponent ( Widget w)
inlinestaticprotected

Definition at line 233 of file SCR_ContentBrowser_ScenarioLineComponent.c.

◆ GetScenario()

MissionWorkshopItem SCR_ContentBrowser_ScenarioLineComponent::GetScenario ( )
inlineprotected

Definition at line 227 of file SCR_ContentBrowser_ScenarioLineComponent.c.

◆ HandlerAttached()

override void SCR_ContentBrowser_ScenarioLineComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 15 of file SCR_ContentBrowser_ScenarioLineComponent.c.

◆ HandlerDeattached()

override void SCR_ContentBrowser_ScenarioLineComponent::HandlerDeattached ( Widget w)
inlineprotected

Definition at line 42 of file SCR_ContentBrowser_ScenarioLineComponent.c.

◆ NotifyScenarioUpdate()

void SCR_ContentBrowser_ScenarioLineComponent::NotifyScenarioUpdate ( bool itemDownloaded)
inlineprotected

Must be called when the scenario properties have been updated (set/clear favourite or similar).

Definition at line 207 of file SCR_ContentBrowser_ScenarioLineComponent.c.

◆ OnCommStatusCheckFinished()

void SCR_ContentBrowser_ScenarioLineComponent::OnCommStatusCheckFinished ( SCR_ECommStatus status,
float responseTime,
float lastSuccessTime,
float lastFailTime )
inlineprotected

Definition at line 200 of file SCR_ContentBrowser_ScenarioLineComponent.c.

◆ OnContinue()

void SCR_ContentBrowser_ScenarioLineComponent::OnContinue ( )
inlineprotected

Definition at line 166 of file SCR_ContentBrowser_ScenarioLineComponent.c.

◆ OnFindServers()

void SCR_ContentBrowser_ScenarioLineComponent::OnFindServers ( )
inlineprotected

Definition at line 190 of file SCR_ContentBrowser_ScenarioLineComponent.c.

◆ OnHost()

void SCR_ContentBrowser_ScenarioLineComponent::OnHost ( )
inlineprotected

Definition at line 180 of file SCR_ContentBrowser_ScenarioLineComponent.c.

◆ OnPlay()

void SCR_ContentBrowser_ScenarioLineComponent::OnPlay ( )
inlineprotected

Definition at line 159 of file SCR_ContentBrowser_ScenarioLineComponent.c.

◆ OnRestart()

void SCR_ContentBrowser_ScenarioLineComponent::OnRestart ( )
inlineprotected

Definition at line 173 of file SCR_ContentBrowser_ScenarioLineComponent.c.

◆ OnTooltipShow()

override void SCR_ContentBrowser_ScenarioLineComponent::OnTooltipShow ( SCR_ScriptedWidgetTooltip tooltip)
inlineprotected

Definition at line 98 of file SCR_ContentBrowser_ScenarioLineComponent.c.

◆ SetFavorite()

override bool SCR_ContentBrowser_ScenarioLineComponent::SetFavorite ( bool favorite)
inlineprotected

Definition at line 88 of file SCR_ContentBrowser_ScenarioLineComponent.c.

◆ SetScenario()

void SCR_ContentBrowser_ScenarioLineComponent::SetScenario ( MissionWorkshopItem mission)
inlineprotected

Definition at line 219 of file SCR_ContentBrowser_ScenarioLineComponent.c.

◆ UpdateAllWidgets()

void SCR_ContentBrowser_ScenarioLineComponent::UpdateAllWidgets ( )
inlineprotected

Name

Game mode

Type/player count

Last played time text

Source addon

Modular buttons

Definition at line 106 of file SCR_ContentBrowser_ScenarioLineComponent.c.

◆ UpdateModularButtons()

override void SCR_ContentBrowser_ScenarioLineComponent::UpdateModularButtons ( )
inlineprotected

Definition at line 49 of file SCR_ContentBrowser_ScenarioLineComponent.c.

Member Data Documentation

◆ m_bMouseButtonsEnabled

bool SCR_ContentBrowser_ScenarioLineComponent::m_bMouseButtonsEnabled = true
protected

Definition at line 10 of file SCR_ContentBrowser_ScenarioLineComponent.c.

◆ m_Mission

MissionWorkshopItem SCR_ContentBrowser_ScenarioLineComponent::m_Mission
protected

Definition at line 8 of file SCR_ContentBrowser_ScenarioLineComponent.c.

◆ m_Widgets

ref SCR_ContentBrowser_ScenarioLineWidgets SCR_ContentBrowser_ScenarioLineComponent::m_Widgets = new SCR_ContentBrowser_ScenarioLineWidgets
protected

Definition at line 6 of file SCR_ContentBrowser_ScenarioLineComponent.c.

◆ MOD_ICON

const string SCR_ContentBrowser_ScenarioLineComponent::MOD_ICON = "modIcon"
protected

Definition at line 12 of file SCR_ContentBrowser_ScenarioLineComponent.c.


The documentation for this class was generated from the following file: