Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_PlaceholderWidgetComponent.c
Go to the documentation of this file.
1
5{
6 [Attribute(defvalue: "", uiwidget: UIWidgets.EditBoxMultiline, desc: "Localized text which is going to be set only if the TextWidget to which this is attached doesn't already have any text set")]
8
9 //------------------------------------------------------------------------------------------------
10 override void HandlerAttached(Widget w)
11 {
12 TextWidget text = TextWidget.Cast(w);
13 if (!text)
14 return;
15
16 if (text.GetText().IsEmpty())
17 text.SetText(WidgetManager.Translate(m_sPlaceholderText)); // manually translate to compensate for disabled localization on given widget
18 }
19}
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
SCR_FieldOfViewSettings Attribute