Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AnalogGaugeSmall.c
Go to the documentation of this file.
1// Default signal based analog gauge, needle movement clamped by Min and Max values, supports 1 needle - small size
3{
4 //------------------------------------------------------------------------------------------------
6 {
8
9 // Class defined gauge-specific settings
10 data.m_fRingLabelOffset = 0.7;
11 data.m_fRingLabelFontSize = 20;
12 data.m_sRingMarkSection = "SmallGaugeMarkSection";
13 data.m_sRingMarkSubsection = "SmallGaugeMarkSubsection";
14 data.m_sDefaultLayout = "{58046AD946FBFED5}UI/layouts/HUD/VehicleInfo/VehicleGaugeSmall_Default.layout";
15
16 // Custom attributes
17 data.m_sOverlay = m_sOverlay;
18 data.m_sCustomNeedle = m_sCustomNeedle;
19
20 return data;
21 }
22};
Get all prefabs that have the spawner data
override SCR_BaseAnalogGaugeData GetGaugeData()