Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
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_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
ResourceName resourceName
Definition SCR_AIGroup.c:66
Object holding reference to resource. In destructor release the resource.
Definition Resource.c:25
SCR_FieldOfViewSettings Attribute