Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_CommanderAdditionalXPRewardInfo.c
Go to the documentation of this file.
3{
4 [Attribute("0.1", UIWidgets.EditBox, params: "0 1 0.01", desc: "What fraction of gained player XP should the Commander be awarded.")]
5 protected float m_fRewardXPAmountFraction;
6
7 [Attribute(SCR_EXPRewards.UNDEFINED.ToString(), uiwidget: UIWidgets.ComboBox, desc: "List of XP awards that should award a fraction of gained XP to Commander.", enumType: SCR_EXPRewards)]
8 protected ref array<SCR_EXPRewards> m_aRewardList;
9
10 //------------------------------------------------------------------------------------------------
15
16 //------------------------------------------------------------------------------------------------
20 {
21 return m_aRewardList.Contains(rewardId);
22 }
23}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
class SCR_CampaignHintStorage SCR_BaseContainerCustomTitleEnum(EHint, "m_eHintId")
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Config template for XP rewards.
SCR_FieldOfViewSettings Attribute