Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseLoadingScreenComponent Class Reference
Inheritance diagram for SCR_BaseLoadingScreenComponent:
ScriptedWidgetComponent SCR_LoadingScreenComponent SCR_PreloadScreenComponent

Protected Member Functions

void HandlerAttached (Widget w)
void InitWidgets ()
void Update (float timeSlice, float progress=0, float minDurationRatio=0)
void OnHideInternal ()
void SaveLoadingTime (float loadingTime)
float GetLoadingTime ()
void Fade (Widget w, bool show, float length, float timeslice)

Static Protected Member Functions

static void ResetLoadingTime ()

Protected Attributes

Widget m_wRoot
ref SCR_ScenarioLoadingScreenWidgets m_Widgets
SCR_LoadingSpinner m_SpinnerComp
float m_fLoadingTime

Static Protected Attributes

static const float FADE_TIME_BLACK_OVERLAY = 1

Detailed Description

Definition at line 3 of file SCR_BaseLoadingScreenComponent.c.

Member Function Documentation

◆ Fade()

void SCR_BaseLoadingScreenComponent::Fade ( Widget w,
bool show,
float length,
float timeslice )
inlineprotected

Definition at line 111 of file SCR_BaseLoadingScreenComponent.c.

◆ GetLoadingTime()

float SCR_BaseLoadingScreenComponent::GetLoadingTime ( )
inlineprotected
Returns

Definition at line 91 of file SCR_BaseLoadingScreenComponent.c.

◆ HandlerAttached()

void SCR_BaseLoadingScreenComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 15 of file SCR_BaseLoadingScreenComponent.c.

◆ InitWidgets()

void SCR_BaseLoadingScreenComponent::InitWidgets ( )
inlineprotected

Definition at line 48 of file SCR_BaseLoadingScreenComponent.c.

◆ OnHideInternal()

void SCR_BaseLoadingScreenComponent::OnHideInternal ( )
inlineprotected

Definition at line 69 of file SCR_BaseLoadingScreenComponent.c.

◆ ResetLoadingTime()

void SCR_BaseLoadingScreenComponent::ResetLoadingTime ( )
inlinestaticprotected

Definition at line 76 of file SCR_BaseLoadingScreenComponent.c.

◆ SaveLoadingTime()

void SCR_BaseLoadingScreenComponent::SaveLoadingTime ( float loadingTime)
inlineprotected
Parameters
[in]loadingTime

Definition at line 84 of file SCR_BaseLoadingScreenComponent.c.

◆ Update()

void SCR_BaseLoadingScreenComponent::Update ( float timeSlice,
float progress = 0,
float minDurationRatio = 0 )
inlineprotected
Parameters
[in]timeSlice
[in]progress
[in]minDurationRatio

Definition at line 61 of file SCR_BaseLoadingScreenComponent.c.

Member Data Documentation

◆ FADE_TIME_BLACK_OVERLAY

const float SCR_BaseLoadingScreenComponent::FADE_TIME_BLACK_OVERLAY = 1
staticprotected

Definition at line 10 of file SCR_BaseLoadingScreenComponent.c.

◆ m_fLoadingTime

float SCR_BaseLoadingScreenComponent::m_fLoadingTime
protected

Definition at line 12 of file SCR_BaseLoadingScreenComponent.c.

◆ m_SpinnerComp

SCR_LoadingSpinner SCR_BaseLoadingScreenComponent::m_SpinnerComp
protected

Definition at line 8 of file SCR_BaseLoadingScreenComponent.c.

◆ m_Widgets

ref SCR_ScenarioLoadingScreenWidgets SCR_BaseLoadingScreenComponent::m_Widgets
protected

Definition at line 7 of file SCR_BaseLoadingScreenComponent.c.

◆ m_wRoot

Widget SCR_BaseLoadingScreenComponent::m_wRoot
protected

Definition at line 5 of file SCR_BaseLoadingScreenComponent.c.


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