Arma Reforger Script API
Loading...
Searching...
No Matches
MapDataExporter Interface Reference

Public Member Functions

proto external DataExportErrorType ExportData (EMapDataType type, string exportPath, string worldPath, float minimumHillHeight=50, bool bIgnoreGeneratorAreas=true, ExcludeGenerateFlags generateFlags=ExcludeGenerateFlags.ExcludeGenerateNone, ExcludeSaveFlags saveFlags=ExcludeSaveFlags.ExcludeSaveNone)
 
proto external DataExportErrorType SetupColors (notnull Color landColorBright, notnull Color landColorDark, notnull Color oceanColorBright, notnull Color oceanColorDark, notnull Color forestAreaColor, notnull Color otherAreaColor)
 
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)
 

Member Function Documentation

◆ ExportData()

proto external DataExportErrorType MapDataExporter.ExportData ( EMapDataType type,
string exportPath,
string worldPath,
float minimumHillHeight = 50,
bool bIgnoreGeneratorAreas = true,
ExcludeGenerateFlags generateFlags = ExcludeGenerateFlags.ExcludeGenerateNone,
ExcludeSaveFlags saveFlags = ExcludeSaveFlags.ExcludeSaveNone )

◆ ExportRasterization()

proto external DataExportErrorType MapDataExporter.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 )

◆ SetupColors()

proto external DataExportErrorType MapDataExporter.SetupColors ( notnull Color landColorBright,
notnull Color landColorDark,
notnull Color oceanColorBright,
notnull Color oceanColorDark,
notnull Color forestAreaColor,
notnull Color otherAreaColor )

The documentation for this interface was generated from the following file: