Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
MapConfiguration.c
Go to the documentation of this file.
1// Map configuration object created from SCR_MapConfig through SCR_MapEntity API
3{
4 EMapEntityMode MapEntityMode;
5 Widget RootWidgetRef;
6 int LayerCount;
7
8 ref SCR_MapPropsBase MapPropsConfig;
9 ref SCR_MapLayersBase LayerConfig;
10 ref SCR_MapDescriptorVisibilityBase DescriptorVisibilityConfig;
11 ref SCR_MapDescriptorDefaults DescriptorDefsConfig;
12
13 ref array<ref SCR_MapModuleBase> Modules = {}; // Must be child of SCR_MapModuleBase, NO constructor arguments
14 ref array<ref SCR_MapUIBaseComponent> Components = {}; // Must be child of SCR_MapUIBaseComponent, NO constructor arguments
15 EMapOtherComponents OtherComponents = 0; // Flags for components that are part of the map system, but not inherited from SCR_MapModuleBase or SCR_MapUIBaseComponent, such as MapLegend
16};
EMapEntityMode
Mode of the map.
EMapOtherComponents
Map components which are not part of the component system.
Config for default values set per descriptor type.
Descriptor visibility config root.
Layer config root.
Map props root.