Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
MapDataExporter.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
14 proto external DataExportErrorType ExportData(EMapDataType type, string exportPath, string worldPath, float minimumHillHeight = 50, bool bIgnoreGeneratorAreas = true, ExcludeGenerateFlags generateFlags = ExcludeGenerateFlags.ExcludeGenerateNone, ExcludeSaveFlags saveFlags = ExcludeSaveFlags.ExcludeSaveNone);
15 proto external DataExportErrorType SetupColors( notnull Color landColorBright, notnull Color landColorDark, notnull Color oceanColorBright, notnull Color oceanColorDark, notnull Color forestAreaColor, notnull Color otherAreaColor );
16 proto external DataExportErrorType ExportRasterization(string exportPath, string worldPath, float scaleLand, float scaleOcean, float heightScale, float depthScale, float depthLerpMeters, float shadeIntensity, float heightIntensity, bool bIncludeGeneratorAreas, float forestAreaIntensity, float otherAreaIntensity);
17}
18
DataExportErrorType
ExcludeGenerateFlags
ExcludeSaveFlags
EDamageType type
Definition Color.c:13
EMapDataType