Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BudgetUIInfo.c
Go to the documentation of this file.
3{
4 [Attribute(desc: "Value sets an order when more budget should be shown at the asset card. Higher number has higher priority to be shown.")]
5 protected int m_iPriorityOrderUI;
6
7 //------------------------------------------------------------------------------------------------
10 {
11 return m_iPriorityOrderUI;
12 }
13
14 //------------------------------------------------------------------------------------------------
15 static SCR_BudgetUIInfo CreateInfo(int priority, LocalizedString name, LocalizedString description = LocalizedString.Empty, ResourceName icon = ResourceName.Empty, string iconSetName = string.Empty)
16 {
18 info.Name = name;
19 info.Description = description;
20 info.Icon = icon;
21 info.IconSetName = iconSetName;
22 info.m_iPriorityOrderUI = priority;
23 return info;
24 }
25}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
static SCR_BudgetUIInfo CreateInfo(int priority, LocalizedString name, LocalizedString description=LocalizedString.Empty, ResourceName icon=ResourceName.Empty, string iconSetName=string.Empty)
SCR_FieldOfViewSettings Attribute