Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_MANW_RankComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_MANW_RankComponent
class  SCR_MANW_RankIconData
class  SCR_MANW_RankTagRankData

Functions

SCR_MANW_RankComponent SCR_ScriptedWidgetComponent BaseContainerProps (configRoot :true)
override void HandlerAttached (Widget w)
void UpdateAwards (notnull SCR_WorkshopItem workshopItem)
bool GetAwardData (notnull SCR_WorkshopItem workshopItem, out string category, out int place)

Variables

const string IMAGESET_AWARD = "{402BB92E44897D60}UI/Textures/MANW2025/CupRanks.imageset"
ref SCR_MANW_RankLabelWidgets m_Widgets = new SCR_MANW_RankLabelWidgets()
ref array< ref SCR_MANW_RankCategoryData > m_aAwardCategories
ref map< string, stringm_MapAwardCategories
ref array< ref SCR_MANW_RankIconDatam_aAwardIcons
ref array< ref SCR_MANW_RankTagCategoryData > m_aTagCategoryData
ref map< string, stringm_MapTagCategoryData
ref array< ref SCR_MANW_RankTagRankDatam_aTagRankData
ref map< string, intm_MapTagRankData
string m_sName
ref Color m_Color

Function Documentation

◆ BaseContainerProps()

SCR_MANW_RankComponent SCR_ScriptedWidgetComponent BaseContainerProps ( configRoot :true )

Definition at line 1 of file SCR_MANW_RankComponent.c.

◆ GetAwardData()

bool BaseContainerProps::GetAwardData ( notnull SCR_WorkshopItem workshopItem,
out string category,
out int place )
protected

Definition at line 179 of file SCR_MANW_RankComponent.c.

◆ HandlerAttached()

override void BaseContainerProps::HandlerAttached ( Widget w)
protected

Definition at line 129 of file SCR_MANW_RankComponent.c.

◆ UpdateAwards()

void BaseContainerProps::UpdateAwards ( notnull SCR_WorkshopItem workshopItem)
protected

Definition at line 159 of file SCR_MANW_RankComponent.c.

Variable Documentation

◆ IMAGESET_AWARD

const string IMAGESET_AWARD = "{402BB92E44897D60}UI/Textures/MANW2025/CupRanks.imageset"
protected

Definition at line 109 of file SCR_MANW_RankComponent.c.

◆ m_aAwardCategories

ref array<ref SCR_MANW_RankCategoryData> m_aAwardCategories
protected

Definition at line 114 of file SCR_MANW_RankComponent.c.

◆ m_aAwardIcons

ref array<ref SCR_MANW_RankIconData> m_aAwardIcons
protected

Definition at line 118 of file SCR_MANW_RankComponent.c.

◆ m_aTagCategoryData

ref array<ref SCR_MANW_RankTagCategoryData> m_aTagCategoryData
protected

Definition at line 121 of file SCR_MANW_RankComponent.c.

◆ m_aTagRankData

ref array<ref SCR_MANW_RankTagRankData> m_aTagRankData
protected

Definition at line 125 of file SCR_MANW_RankComponent.c.

◆ m_Color

ref Color m_Color

Definition at line 133 of file SCR_MANW_RankComponent.c.

◆ m_MapAwardCategories

ref map<string, string> m_MapAwardCategories
protected

Definition at line 115 of file SCR_MANW_RankComponent.c.

◆ m_MapTagCategoryData

ref map<string, string> m_MapTagCategoryData
protected

Definition at line 122 of file SCR_MANW_RankComponent.c.

◆ m_MapTagRankData

ref map<string, int> m_MapTagRankData
protected

Definition at line 126 of file SCR_MANW_RankComponent.c.

◆ m_sName

string m_sName

Definition at line 130 of file SCR_MANW_RankComponent.c.

◆ m_Widgets

ref SCR_MANW_RankLabelWidgets m_Widgets = new SCR_MANW_RankLabelWidgets()
protected

Definition at line 111 of file SCR_MANW_RankComponent.c.