Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_MagazineIndicatorConfiguration.c
Go to the documentation of this file.
1// Class for one entry of the magazine configuration
2// It contains images for mag outline, progress bar and alpha mask.
3[BaseContainerProps(configRoot: true)]
5{
6 // ---- Layout, can be used with the textures below or without, allows for more cutomizable mag indicators
7 [Attribute("{8A98061335A620E1}UI/layouts/HUD/WeaponInfo/SingleMagazineIndicator.layout", UIWidgets.ResourceNamePicker, "Custom Layout for magazine indicator. If null, default will be used.")]
8 ResourceName m_sMagazineLayout;
9
10 // ---- Imageset with magazine standard textures
11 [Attribute("{CDA6C73DFD789999}UI/Imagesets/WeaponInfo/WeaponInfo.imageset", UIWidgets.ResourceNamePicker, "Imageset with foreground textures", "imageset")]
12 ResourceName m_sImagesetIcons;
13
14 // ---- Imageset with magazine glow textures
15 [Attribute("{C6D15495F684E841}UI/Imagesets/WeaponInfo/WeaponInfo_Glow.imageset", UIWidgets.ResourceNamePicker, "Imageset with glow textures", "imageset")]
16 ResourceName m_sImagesetGlows;
17
18 // ---- Magazine outline image ----
19 [Attribute("magazine-default-outline", UIWidgets.EditBox, "Magazine icon/outline image")]
20 string m_sOutline;
21
22 [Attribute("true", UIWidgets.EditBox, "Use progress bar. If false, only outline image will be used.", params: "imageset")]
23 bool m_bProgressBar;
24
25 [Attribute("magazine-default-background", UIWidgets.EditBox, "Magazine background image")]
26 string m_sBackground;
27
28 // ---- Magazine progress image ----
29 [Attribute("magazine-default-fill", UIWidgets.EditBox, "Magazine progress bar image")]
30 string m_sProgress;
31
32 // ---- Magazine alpha mask image ----
33 [Attribute("magazine-default-alpha", UIWidgets.EditBox, "Magazine progress bar alpha mask")]
34 string m_sProgressAlphaMask;
35
36 // ---- Empty magazine indicator ----
37 [Attribute("firemode-safety", UIWidgets.EditBox, "Icon to display when magazine is empty (used for rocket pods)")]
38 string m_sEmptyMagazine;
39};
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
SCR_FieldOfViewSettings Attribute