Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_MortarAzimuthDisplay.c
Go to the documentation of this file.
2{
4
5 //------------------------------------------------------------------------------------------------
6 override void DisplayStartDraw(IEntity owner)
7 {
8 super.DisplayStartDraw(owner);
9
11
12 if (m_MortarInfo)
13 m_fMils = m_MortarInfo.GetMils();
14 }
15}
SCR_InfoDisplay m_pParentDisplay
override void DisplayStartDraw(IEntity owner)