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

Public Member Functions

override void HandlerAttached (Widget w)
 
void OnLoadingFinished ()
 
override void HandlerDeattached (Widget w)
 
void Update (float timeSlice)
 
void ShowHint (int entryIndex=-1)
 
void MarkHintRead ()
 

Protected Member Functions

int GetUnreadHints (array< string > hints)
 

Protected Attributes

int m_iHintCount
 
int m_iHintIndex = -1
 
float m_fTime
 
TextWidget m_wText
 
ResourceName m_Config = "{CB10921F1096D4A0}Configs/UI/LoadingScreenHints.conf"
 
ref array< string > m_aAllHints
 
ref array< string > m_aReadHints
 

Static Protected Attributes

const int HINT_INDEX = -1
 
const float SWITCH_TIME = 10
 

Member Function Documentation

◆ GetUnreadHints()

int SCR_LoadingHintComponent.GetUnreadHints ( array< string >  hints)
protected

◆ HandlerAttached()

override void SCR_LoadingHintComponent.HandlerAttached ( Widget  w)

◆ HandlerDeattached()

override void SCR_LoadingHintComponent.HandlerDeattached ( Widget  w)

◆ MarkHintRead()

void SCR_LoadingHintComponent.MarkHintRead ( )

◆ OnLoadingFinished()

void SCR_LoadingHintComponent.OnLoadingFinished ( )

◆ ShowHint()

void SCR_LoadingHintComponent.ShowHint ( int  entryIndex = -1)

◆ Update()

void SCR_LoadingHintComponent.Update ( float  timeSlice)

Member Data Documentation

◆ HINT_INDEX

const int SCR_LoadingHintComponent.HINT_INDEX = -1
staticprotected

◆ m_aAllHints

ref array<string> SCR_LoadingHintComponent.m_aAllHints
protected

◆ m_aReadHints

ref array<string> SCR_LoadingHintComponent.m_aReadHints
protected

◆ m_Config

ResourceName SCR_LoadingHintComponent.m_Config = "{CB10921F1096D4A0}Configs/UI/LoadingScreenHints.conf"
protected

◆ m_fTime

float SCR_LoadingHintComponent.m_fTime
protected

◆ m_iHintCount

int SCR_LoadingHintComponent.m_iHintCount
protected

◆ m_iHintIndex

int SCR_LoadingHintComponent.m_iHintIndex = -1
protected

◆ m_wText

TextWidget SCR_LoadingHintComponent.m_wText
protected

◆ SWITCH_TIME

const float SCR_LoadingHintComponent.SWITCH_TIME = 10
staticprotected

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