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

Protected 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 ()
int GetUnreadHints (array< string > hints)

Protected Attributes

const int HINT_INDEX = -1
const float SWITCH_TIME = 10
int m_iHintCount
int m_iHintIndex = -1
float m_fTime
TextWidget m_wText
ResourceName m_Config = "{CB10921F1096D4A0}Configs/UI/LoadingScreenHints.conf"
ref array< stringm_aAllHints
ref array< stringm_aReadHints

Detailed Description

Definition at line 2 of file SCR_LoadingHintComponent.c.

Member Function Documentation

◆ GetUnreadHints()

int SCR_LoadingHintComponent::GetUnreadHints ( array< string > hints)
inlineprotected

Definition at line 124 of file SCR_LoadingHintComponent.c.

◆ HandlerAttached()

override void SCR_LoadingHintComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 16 of file SCR_LoadingHintComponent.c.

◆ HandlerDeattached()

override void SCR_LoadingHintComponent::HandlerDeattached ( Widget w)
inlineprotected

Definition at line 62 of file SCR_LoadingHintComponent.c.

◆ MarkHintRead()

void SCR_LoadingHintComponent::MarkHintRead ( )
inlineprotected

Definition at line 113 of file SCR_LoadingHintComponent.c.

◆ OnLoadingFinished()

void SCR_LoadingHintComponent::OnLoadingFinished ( )
inlineprotected

Definition at line 46 of file SCR_LoadingHintComponent.c.

◆ ShowHint()

void SCR_LoadingHintComponent::ShowHint ( int entryIndex = -1)
inlineprotected

Definition at line 84 of file SCR_LoadingHintComponent.c.

◆ Update()

void SCR_LoadingHintComponent::Update ( float timeSlice)
inlineprotected

Definition at line 70 of file SCR_LoadingHintComponent.c.

Member Data Documentation

◆ HINT_INDEX

const int SCR_LoadingHintComponent::HINT_INDEX = -1
protected

Definition at line 4 of file SCR_LoadingHintComponent.c.

◆ m_aAllHints

ref array<string> SCR_LoadingHintComponent::m_aAllHints
protected

Definition at line 12 of file SCR_LoadingHintComponent.c.

◆ m_aReadHints

ref array<string> SCR_LoadingHintComponent::m_aReadHints
protected

Definition at line 13 of file SCR_LoadingHintComponent.c.

◆ m_Config

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

Definition at line 11 of file SCR_LoadingHintComponent.c.

◆ m_fTime

float SCR_LoadingHintComponent::m_fTime
protected

Definition at line 9 of file SCR_LoadingHintComponent.c.

◆ m_iHintCount

int SCR_LoadingHintComponent::m_iHintCount
protected

Definition at line 7 of file SCR_LoadingHintComponent.c.

◆ m_iHintIndex

int SCR_LoadingHintComponent::m_iHintIndex = -1
protected

Definition at line 8 of file SCR_LoadingHintComponent.c.

◆ m_wText

TextWidget SCR_LoadingHintComponent::m_wText
protected

Definition at line 10 of file SCR_LoadingHintComponent.c.

◆ SWITCH_TIME

const float SCR_LoadingHintComponent::SWITCH_TIME = 10
protected

Definition at line 5 of file SCR_LoadingHintComponent.c.


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