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_BudgetUIInfo.c
Go to the documentation of this file.
1
[
BaseContainerProps
()]
2
class
SCR_BudgetUIInfo
:
SCR_UIInfo
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
//------------------------------------------------------------------------------------------------
9
int
GetPriorityOrder
()
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
{
17
SCR_BudgetUIInfo
info =
new
SCR_BudgetUIInfo
();
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
}
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition
SCR_RespawnBriefingComponent.c:17
LocalizedString
Definition
LocalizedString.c:22
ResourceName
Definition
ResourceName.c:13
SCR_BudgetUIInfo
Definition
SCR_BudgetUIInfo.c:3
SCR_BudgetUIInfo::m_iPriorityOrderUI
int m_iPriorityOrderUI
Definition
SCR_BudgetUIInfo.c:5
SCR_BudgetUIInfo::CreateInfo
static SCR_BudgetUIInfo CreateInfo(int priority, LocalizedString name, LocalizedString description=LocalizedString.Empty, ResourceName icon=ResourceName.Empty, string iconSetName=string.Empty)
Definition
SCR_BudgetUIInfo.c:15
SCR_BudgetUIInfo::GetPriorityOrder
int GetPriorityOrder()
Definition
SCR_BudgetUIInfo.c:9
SCR_UIInfo
Definition
SCR_UIInfo.c:8
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
Editor
UI
Components
Common
SCR_BudgetUIInfo.c
Generated by
1.17.0