Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_MANW_RankComponent Interface Reference
Inheritance diagram for SCR_MANW_RankComponent:
SCR_ScriptedWidgetComponent

Public Member Functions

override void HandlerAttached (Widget w)
 
void UpdateAwards (notnull SCR_WorkshopItem workshopItem)
 
- Public Member Functions inherited from SCR_ScriptedWidgetComponent
override bool OnClick (Widget w, int x, int y, int button)
 
Widget GetRootWidget ()
 
bool IsVisible ()
 

Protected Member Functions

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

Protected Attributes

ref SCR_MANW_RankLabelWidgets m_Widgets = new SCR_MANW_RankLabelWidgets()
 
ref array< ref SCR_MANW_RankCategoryDatam_aAwardCategories
 
ref map< string, string > m_MapAwardCategories
 
ref array< ref SCR_MANW_RankIconDatam_aAwardIcons
 
ref array< ref SCR_MANW_RankTagCategoryDatam_aTagCategoryData
 
ref map< string, string > m_MapTagCategoryData
 
ref array< ref SCR_MANW_RankTagRankDatam_aTagRankData
 
ref map< string, int > m_MapTagRankData
 
- Protected Attributes inherited from SCR_ScriptedWidgetComponent
Widget m_wRoot
 

Static Protected Attributes

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

Additional Inherited Members

- Static Public Member Functions inherited from SCR_ScriptedWidgetComponent
static SCR_ScriptedWidgetComponent GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true)
 Base method for component lookup through the widget library.
 
- Public Attributes inherited from SCR_ScriptedWidgetComponent
ref ScriptInvoker m_OnClick = new ScriptInvoker
 

Member Function Documentation

◆ GetAwardData()

bool SCR_MANW_RankComponent.GetAwardData ( notnull SCR_WorkshopItem workshopItem,
out string category,
out int place )
protected

◆ HandlerAttached()

override void SCR_MANW_RankComponent.HandlerAttached ( Widget w)

◆ UpdateAwards()

void SCR_MANW_RankComponent.UpdateAwards ( notnull SCR_WorkshopItem workshopItem)

Member Data Documentation

◆ IMAGESET_AWARD

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

◆ m_aAwardCategories

ref array<ref SCR_MANW_RankCategoryData> SCR_MANW_RankComponent.m_aAwardCategories
protected

◆ m_aAwardIcons

ref array<ref SCR_MANW_RankIconData> SCR_MANW_RankComponent.m_aAwardIcons
protected

◆ m_aTagCategoryData

ref array<ref SCR_MANW_RankTagCategoryData> SCR_MANW_RankComponent.m_aTagCategoryData
protected

◆ m_aTagRankData

ref array<ref SCR_MANW_RankTagRankData> SCR_MANW_RankComponent.m_aTagRankData
protected

◆ m_MapAwardCategories

ref map<string, string> SCR_MANW_RankComponent.m_MapAwardCategories
protected

◆ m_MapTagCategoryData

ref map<string, string> SCR_MANW_RankComponent.m_MapTagCategoryData
protected

◆ m_MapTagRankData

ref map<string, int> SCR_MANW_RankComponent.m_MapTagRankData
protected

◆ m_Widgets

ref SCR_MANW_RankLabelWidgets SCR_MANW_RankComponent.m_Widgets = new SCR_MANW_RankLabelWidgets()
protected

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