Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
SCR_BaseLoadingScreenComponent Interface Reference
Inheritance diagram for SCR_BaseLoadingScreenComponent:
[legend]

Public Member Functions

void Update (float timeSlice, float progress=0, float minDurationRatio=0)
 
void OnHide ()
 
void SaveLoadingTime (float loadingTime)
 
float GetLoadingTime ()
 

Static Public Member Functions

static void ResetLoadingTime ()
 

Protected Member Functions

override void HandlerAttached (Widget w)
 
void InitWidgets ()
 
void Fade (Widget w, bool show, float length, float timeslice)
 

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
 

Member Function Documentation

◆ Fade()

void SCR_BaseLoadingScreenComponent.Fade ( Widget  w,
bool  show,
float  length,
float  timeslice 
)
protected

◆ GetLoadingTime()

float SCR_BaseLoadingScreenComponent.GetLoadingTime ( )
Returns

◆ HandlerAttached()

override void SCR_BaseLoadingScreenComponent.HandlerAttached ( Widget  w)
protected

◆ InitWidgets()

void SCR_BaseLoadingScreenComponent.InitWidgets ( )
protected

◆ OnHide()

void SCR_BaseLoadingScreenComponent.OnHide ( )

Implemented in SCR_LoadingScreenComponent.

◆ ResetLoadingTime()

static void SCR_BaseLoadingScreenComponent.ResetLoadingTime ( )
static

◆ SaveLoadingTime()

void SCR_BaseLoadingScreenComponent.SaveLoadingTime ( float  loadingTime)
Parameters
[in]loadingTime

◆ Update()

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

Implemented in SCR_LoadingScreenComponent.

Member Data Documentation

◆ FADE_TIME_BLACK_OVERLAY

const float SCR_BaseLoadingScreenComponent.FADE_TIME_BLACK_OVERLAY = 1
staticprotected

◆ m_fLoadingTime

float SCR_BaseLoadingScreenComponent.m_fLoadingTime
protected

◆ m_SpinnerComp

SCR_LoadingSpinner SCR_BaseLoadingScreenComponent.m_SpinnerComp
protected

◆ m_Widgets

ref SCR_ScenarioLoadingScreenWidgets SCR_BaseLoadingScreenComponent.m_Widgets
protected

◆ m_wRoot

Widget SCR_BaseLoadingScreenComponent.m_wRoot
protected

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