Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_CampaignRadioMsgWhitelistConfig.c
Go to the documentation of this file.
1[BaseContainerProps(configRoot: true)]
3{
4 [Attribute("1", desc:"If checked, ignores the whitelist and allows all radio messages.")]
5 protected bool m_bEnableAll;
6
7 [Attribute(uiwidget: UIWidgets.ComboBox, desc:"Whitelist of allowed radio messages", enumType: SCR_ERadioMsg)]
8 protected ref array<SCR_ERadioMsg> m_aWhitelistedRadioMessages;
9
10 //------------------------------------------------------------------------------------------------
15 {
16 if (m_bEnableAll)
17 return true;
18
19 return m_aWhitelistedRadioMessages.Contains(radioMsg);
20 }
21}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
SCR_FieldOfViewSettings Attribute