Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_GMMenuConfiguration.c
Go to the documentation of this file.
1 [BaseContainerProps(configRoot: true)]
2 class SCR_GMMenuConfiguration : Managed
3 {
4  [Attribute("", UIWidgets.ResourceNamePicker, "Tutorial mission", "conf")]
5  ResourceName m_TutorialScenario;
6 
7  [Attribute("", UIWidgets.ResourceAssignArray, "GM scenarios headers", "conf")]
8  ref array<ResourceName> m_aGameMasterScenarios;
9 };
SCR_GMMenuConfiguration
Definition: SCR_GMMenuConfiguration.c:2
Attribute
typedef Attribute
Post-process effect of scripted camera.
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