Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_FactionGroupRoleSpecificCallsignInfo.c
Go to the documentation of this file.
1
5{
6 [Attribute(SCR_EGroupRole.ASSAULT.ToString(), UIWidgets.ComboBox, enumType: SCR_EGroupRole)]
8
9 [Attribute()]
10 protected ref array<ref SCR_CallsignInfo> m_aCallsigns;
11
12 //------------------------------------------------------------------------------------------------
14 {
15 return m_GroupRole;
16 }
17
18 //------------------------------------------------------------------------------------------------
20 array< string> GetCallsignNames()
21 {
22 array<string> callsignNames = {};
23 foreach (SCR_CallsignInfo callsign : m_aCallsigns)
24 {
25 callsignNames.Insert(callsign.GetCallsign());
26 }
27
28 return callsignNames;
29 }
30}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
class SCR_CampaignHintStorage SCR_BaseContainerCustomTitleEnum(EHint, "m_eHintId")
SCR_EGroupRole
Group roles.
Stores info about possible callsigns for a specific group role.
SCR_FieldOfViewSettings Attribute