Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_PlayMenuConfiguration.c
Go to the documentation of this file.
1 [BaseContainerProps(configRoot: true)]
2 class SCR_PlayMenuConfiguration : Managed
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 };
Attribute
typedef Attribute
Post-process effect of scripted camera.
SCR_PlayMenuConfiguration
Definition: SCR_PlayMenuConfiguration.c:2
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition: SCR_AIGoalReaction.c:468