Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
WorldSaveManifest.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class WorldSaveManifest: Managed
13{
14 ref array<string> m_aFileNames; //list of files to upload
15 ref array<ref JsonApiStruct> m_aFiles; //list of files to upload - WIP
16 ref array<string> m_aDependencyIds;
17 ref array<string> m_aScreenshots;
18 bool m_bUnlisted = false;
19 string m_sName;
20 string m_sSummary;
21 string m_sDescription;
22 string m_sPreview; //name of the file with preview image - its full path has to be among other files in m_aFiles
23 string m_sScenarioId;
24
25}
26