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

Exports data of the current map based on selected type. More...

Inheritance diagram for SCR_WorldMapExportTool:

Static Public Member Functions

static string GetReportMessage (DataExportErrorType errorCode)
 

Protected Member Functions

void Execute ()
 
bool Export ()
 

Protected Attributes

ResourceName m_sDestinationPath
 
SCR_EMapDataExportType m_eType
 
bool m_bGenerateRoads
 
bool m_bSaveRoads
 
bool m_bGeneratePowerLines
 
bool m_bSavePowerLines
 
bool m_bGenerateBuildings
 
bool m_bSaveBuildings
 
bool m_bGenerateAreas
 
bool m_bIgnoreGeneratorAreas
 
bool m_bSaveAreas
 
bool m_bGenerateWaterBodies
 
bool m_bSaveWaterBodies
 
bool m_bGenerateHills
 
float m_fHillMinimumHeight
 
bool m_bSaveHills
 
ref Color m_LandColorBright
 
ref Color m_LandColorDark
 
ref Color m_OceanColorBright
 
ref Color m_OceanColorDark
 
float m_fLandScale
 
float m_fOceanScale
 
float m_fHeightScale
 
float m_fDepthScale
 
float m_fDepthLerpMeters
 
float m_fShadeIntensity
 
float m_fHeightIntensity
 
bool m_bIncludeGeneratorAreas
 
ref Color m_ForestAreaColor
 
float forestAreaIntensity
 
ref Color m_OtherAreaColor
 
float m_fOtherAreaIntensity
 
ref MapDataExporter m_DataExporter = new MapDataExporter()
 

Detailed Description

Exports data of the current map based on selected type.

Member Function Documentation

◆ Execute()

void SCR_WorldMapExportTool.Execute ( )
protected

◆ Export()

bool SCR_WorldMapExportTool.Export ( )
protected

◆ GetReportMessage()

static string SCR_WorldMapExportTool.GetReportMessage ( DataExportErrorType errorCode)
static
Parameters
[in]errorCode
Returns
errorCode's error message

Member Data Documentation

◆ forestAreaIntensity

float SCR_WorldMapExportTool.forestAreaIntensity
protected

◆ m_bGenerateAreas

bool SCR_WorldMapExportTool.m_bGenerateAreas
protected

◆ m_bGenerateBuildings

bool SCR_WorldMapExportTool.m_bGenerateBuildings
protected

◆ m_bGenerateHills

bool SCR_WorldMapExportTool.m_bGenerateHills
protected

◆ m_bGeneratePowerLines

bool SCR_WorldMapExportTool.m_bGeneratePowerLines
protected

◆ m_bGenerateRoads

bool SCR_WorldMapExportTool.m_bGenerateRoads
protected

◆ m_bGenerateWaterBodies

bool SCR_WorldMapExportTool.m_bGenerateWaterBodies
protected

◆ m_bIgnoreGeneratorAreas

bool SCR_WorldMapExportTool.m_bIgnoreGeneratorAreas
protected

◆ m_bIncludeGeneratorAreas

bool SCR_WorldMapExportTool.m_bIncludeGeneratorAreas
protected

◆ m_bSaveAreas

bool SCR_WorldMapExportTool.m_bSaveAreas
protected

◆ m_bSaveBuildings

bool SCR_WorldMapExportTool.m_bSaveBuildings
protected

◆ m_bSaveHills

bool SCR_WorldMapExportTool.m_bSaveHills
protected

◆ m_bSavePowerLines

bool SCR_WorldMapExportTool.m_bSavePowerLines
protected

◆ m_bSaveRoads

bool SCR_WorldMapExportTool.m_bSaveRoads
protected

◆ m_bSaveWaterBodies

bool SCR_WorldMapExportTool.m_bSaveWaterBodies
protected

◆ m_DataExporter

ref MapDataExporter SCR_WorldMapExportTool.m_DataExporter = new MapDataExporter()
protected

◆ m_eType

SCR_EMapDataExportType SCR_WorldMapExportTool.m_eType
protected

◆ m_fDepthLerpMeters

float SCR_WorldMapExportTool.m_fDepthLerpMeters
protected

◆ m_fDepthScale

float SCR_WorldMapExportTool.m_fDepthScale
protected

◆ m_fHeightIntensity

float SCR_WorldMapExportTool.m_fHeightIntensity
protected

◆ m_fHeightScale

float SCR_WorldMapExportTool.m_fHeightScale
protected

◆ m_fHillMinimumHeight

float SCR_WorldMapExportTool.m_fHillMinimumHeight
protected

◆ m_fLandScale

float SCR_WorldMapExportTool.m_fLandScale
protected

◆ m_fOceanScale

float SCR_WorldMapExportTool.m_fOceanScale
protected

◆ m_ForestAreaColor

ref Color SCR_WorldMapExportTool.m_ForestAreaColor
protected

◆ m_fOtherAreaIntensity

float SCR_WorldMapExportTool.m_fOtherAreaIntensity
protected

◆ m_fShadeIntensity

float SCR_WorldMapExportTool.m_fShadeIntensity
protected

◆ m_LandColorBright

ref Color SCR_WorldMapExportTool.m_LandColorBright
protected

◆ m_LandColorDark

ref Color SCR_WorldMapExportTool.m_LandColorDark
protected

◆ m_OceanColorBright

ref Color SCR_WorldMapExportTool.m_OceanColorBright
protected

◆ m_OceanColorDark

ref Color SCR_WorldMapExportTool.m_OceanColorDark
protected

◆ m_OtherAreaColor

ref Color SCR_WorldMapExportTool.m_OtherAreaColor
protected

◆ m_sDestinationPath

ResourceName SCR_WorldMapExportTool.m_sDestinationPath
protected

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