Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_MANW_RankLabelWidgets.c
Go to the documentation of this file.
1
// Autogenerated by the Generate Class from Layout plugin v0.5.1
2
// Layout file: UI/layouts/MANW2025/MANW_RankLabel.layout
3
class
SCR_MANW_RankLabelWidgets
4
{
5
protected
static
const
ResourceName
LAYOUT
=
"{7680AB084DD35661}UI/layouts/MANW2025/MANW_RankLabel.layout"
;
6
7
ImageWidget
m_wRankIcon
;
8
TextWidget
m_wCategoryText
;
9
10
//------------------------------------------------------------------------------------------------
11
bool
Init
(notnull
Widget
root)
12
{
13
m_wRankIcon
=
ImageWidget
.Cast(root.FindWidget(
"Overlay0.HorizontalLayout0.m_wRankIcon"
));
14
m_wCategoryText
=
TextWidget
.Cast(root.FindWidget(
"Overlay0.HorizontalLayout0.m_wCategoryText"
));
15
16
return
true
;
17
}
18
19
//------------------------------------------------------------------------------------------------
20
ResourceName
GetLayout
()
21
{
22
return
LAYOUT
;
23
}
24
}
ImageWidget
Definition
ImageWidget.c:13
ResourceName
Definition
ResourceName.c:13
SCR_MANW_RankLabelWidgets
Definition
SCR_MANW_RankLabelWidgets.c:4
SCR_MANW_RankLabelWidgets::Init
bool Init(notnull Widget root)
Definition
SCR_MANW_RankLabelWidgets.c:11
SCR_MANW_RankLabelWidgets::m_wRankIcon
ImageWidget m_wRankIcon
Definition
SCR_MANW_RankLabelWidgets.c:7
SCR_MANW_RankLabelWidgets::m_wCategoryText
TextWidget m_wCategoryText
Definition
SCR_MANW_RankLabelWidgets.c:8
SCR_MANW_RankLabelWidgets::GetLayout
ResourceName GetLayout()
Definition
SCR_MANW_RankLabelWidgets.c:20
SCR_MANW_RankLabelWidgets::LAYOUT
static const ResourceName LAYOUT
Definition
SCR_MANW_RankLabelWidgets.c:5
TextWidget
Definition
TextWidget.c:16
Widget
Definition
Widget.c:13
scripts
Game
UI
MANW2025
SCR_MANW_RankLabelWidgets.c
Generated by
1.17.0