Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_MortarInfo.c
Go to the documentation of this file.
1
3class SCR_MortarInfo : SCR_InfoDisplayExtended
4{
5 [Attribute(defvalue: "6400", desc: "Mils in full 360 degrees angle \nSoviet: 6000\nNATO: 6400")]
6 protected float m_fMils;
7
9
10 //------------------------------------------------------------------------------------------------
11 override void DisplayStartDraw(IEntity owner)
12 {
13 if (!m_wRoot)
14 return;
15
17 m_Widgets.Init(m_wRoot);
18 }
19
20 //------------------------------------------------------------------------------------------------
21 float GetMils()
22 {
23 return m_fMils;
24 }
25}
Widget m_wRoot
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
override void DisplayStartDraw(IEntity owner)
ref SCR_MortarInfoWidgets m_Widgets
SCR_FieldOfViewSettings Attribute