Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
MapDataExporter.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
12
class
MapDataExporter
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
MapDataExporter
Definition:
MapDataExporter.c:12
DataExportErrorType
DataExportErrorType
Definition:
DataExportErrorType.c:7
type
EDamageType type
Definition:
SCR_DestructibleTreeV2.c:32
ExcludeGenerateFlags
ExcludeGenerateFlags
Definition:
ExcludeGenerateFlags.c:7
ExcludeSaveFlags
ExcludeSaveFlags
Definition:
ExcludeSaveFlags.c:7
EMapDataType
EMapDataType
Definition:
EMapDataType.c:12
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
generated
Map
MapDataExporter.c
Generated by
1.8.17