Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_BasePreviewConfig.c
Go to the documentation of this file.
1 [BaseContainerProps(configRoot: true)]
3 {
4  [Attribute()]
5  ref array<ref SCR_BasePreviewEntry> m_aEntries;
6 
14  bool SaveContainer(ResourceName resourceName, string fileName = string.Empty)
15  {
16  Resource resource = BaseContainerTools.CreateContainerFromInstance(this);
17  if (!resource || !resource.IsValid())
18  return false;
19 
20  return BaseContainerTools.SaveContainer(resource.GetResource().ToBaseContainer(), resourceName, fileName);
21  }
22 };
SCR_BasePreviewConfig
Definition: SCR_BasePreviewConfig.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