Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_PlayMenuConfiguration.c
Go to the documentation of this file.
1[BaseContainerProps(configRoot: true)]
3{
4 [Attribute("", UIWidgets.ResourceNamePicker, "Tutorial mission", "conf")]
5 ResourceName m_TutorialScenario;
6
7 [Attribute("", UIWidgets.ResourceAssignArray, "Featured scenarios headers", "conf")]
8 ref array<ResourceName> m_aFeaturedScenarios;
9
10 [Attribute("", UIWidgets.ResourceAssignArray, "Recommended scenarios headers", "conf")]
11 ref array<ResourceName> m_aRecommendedScenarios;
12};
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
SCR_FieldOfViewSettings Attribute