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

Protected Member Functions

override void HandlerAttached (Widget w)

Protected Attributes

LocalizedString m_sPlaceholderText

Detailed Description

Meant to be used on text wdgets which have localization disabled, as it will fill them with localized text if they are empty For example when we are waiting for some network data Use with caution as this doesn't not handle updating of the string when language is changed, thus this should be used only on elements which will be rebuilt when language is changed

Definition at line 4 of file SCR_PlaceholderWidgetComponent.c.

Member Function Documentation

◆ HandlerAttached()

override void SCR_PlaceholderWidgetComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 10 of file SCR_PlaceholderWidgetComponent.c.

Member Data Documentation

◆ m_sPlaceholderText

LocalizedString SCR_PlaceholderWidgetComponent::m_sPlaceholderText
protected

Definition at line 7 of file SCR_PlaceholderWidgetComponent.c.


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