Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_NotificationNumber.c
Go to the documentation of this file.
1
9{
10 [Attribute(defvalue: "1", params: "1 1000", desc: "The m_iNumberDivider allows for floats as this system only works with ints. So Giving the param float value * x and dividing x here again")]
11 protected int m_iNumberDivider;
12
14 {
16 data.GetParams(param1, param2, param3, param4, param5);
17
18 float display1 = param1;
19 display1 = param1 / m_iNumberDivider;
20
21 float display2 = param2;
22 display2 = param2 / m_iNumberDivider;
23
24 float display3 = param3;
25 display3 = param3 / m_iNumberDivider;
26
27 float display4 = param4;
28 display4 = param4 / m_iNumberDivider;
29
30 float display5 = param5;
31 display5 = param5 / m_iNumberDivider;
32
33 data.SetNotificationTextEntries(display1.ToString(), display2.ToString(), display3.ToString(), display4.ToString(), display5.ToString());
34 return super.GetText(data);
35 }
36};
ENotification
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
class SCR_CampaignHintStorage SCR_BaseContainerCustomTitleEnum(EHint, "m_eHintId")
Get all prefabs that have the spawner data
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
override string GetText(SCR_NotificationData data)
SCR_FieldOfViewSettings Attribute
T4 param4
Definition tuple.c:152
T3 param3
Definition tuple.c:93
T2 param2
Definition tuple.c:92
Tuple param1
T5 param5
Definition tuple.c:153