Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
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  // ---- Imageset with magazine standard textures
7  [Attribute("{3BB05C675B05A74B}UI/Textures/WeaponInfo/icons_weaponInfo.imageset", UIWidgets.ResourceNamePicker, "Imageset with foreground textures", "imageset")]
8  ResourceName m_sImagesetIcons;
9 
10  // ---- Imageset with magazine glow textures
11  [Attribute("{4E003F94B2A00561}UI/Textures/WeaponInfo/icons_weaponInfo-glow.imageset", UIWidgets.ResourceNamePicker, "Imageset with glow textures", "imageset")]
12  ResourceName m_sImagesetGlows;
13 
14  // ---- Magazine outline image ----
15  [Attribute("magazine-default-outline", UIWidgets.EditBox, "Magazine icon/outline image")]
16  string m_sOutline;
17 
18  [Attribute("true", UIWidgets.EditBox, "Use progress bar. If false, only outline image will be used.", params: "imageset")]
19  bool m_bProgressBar;
20 
21  [Attribute("magazine-default-background", UIWidgets.EditBox, "Magazine background image")]
22  string m_sBackground;
23 
24  // ---- Magazine progress image ----
25  [Attribute("magazine-default-fill", UIWidgets.EditBox, "Magazine progress bar image")]
26  string m_sProgress;
27 
28  // ---- Magazine alpha mask image ----
29  [Attribute("magazine-default-alpha", UIWidgets.EditBox, "Magazine progress bar alpha mask")]
30  ResourceName m_sProgressAlphaMask;
31 };
Attribute
typedef Attribute
Post-process effect of scripted camera.
params
Configs ServerBrowser KickDialogs params
Definition: SCR_NotificationSenderComponent.c:24
SCR_MagazineIndicatorConfiguration
Definition: SCR_MagazineIndicatorConfiguration.c:4
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition: SCR_AIGoalReaction.c:468