Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_ProgressDialog Interface Reference
Inheritance diagram for SCR_ProgressDialog:

Public Member Functions

override void HandlerAttached (Widget w)
 
void SetProgress (float progress)
 

Static Public Attributes

const string WIDGET_TEXT_PROGRESS = "TxtProgress"
 
const string WIDGET_PROGRESS_BAR = "ProgressDownload"
 

Protected Attributes

TextWidget m_wTxtProgress
 
SCR_WLibProgressBarComponent m_ProgressBar
 

Member Function Documentation

◆ HandlerAttached()

override void SCR_ProgressDialog.HandlerAttached ( Widget w)

◆ SetProgress()

void SCR_ProgressDialog.SetProgress ( float progress)

Member Data Documentation

◆ m_ProgressBar

SCR_WLibProgressBarComponent SCR_ProgressDialog.m_ProgressBar
protected

◆ m_wTxtProgress

TextWidget SCR_ProgressDialog.m_wTxtProgress
protected

◆ WIDGET_PROGRESS_BAR

const string SCR_ProgressDialog.WIDGET_PROGRESS_BAR = "ProgressDownload"
static

◆ WIDGET_TEXT_PROGRESS

const string SCR_ProgressDialog.WIDGET_TEXT_PROGRESS = "TxtProgress"
static

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