Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_GeoSVGExporter Interface Reference
Inheritance diagram for SCR_GeoSVGExporter:
SCR_GeoExporter

Public Member Functions

override void BeginExport ()
 
override void FeatureExport (string name, GeoShapeType shapeType, array< ref SCR_GeoPointData > points, array< ref SCR_GeoProperty > props)
 
override void EndExport ()
 
- Public Member Functions inherited from SCR_GeoExporter
void SCR_GeoExporter (string path, int xShift, int yShift)
 
bool Init ()
 
void Close ()
 
string GetPath ()
 

Public Attributes

float m_fXMax = 20000
 
float m_fYMax = 20000
 

Additional Inherited Members

- Static Public Attributes inherited from SCR_GeoExporter
static const string ROAD_GENERATOR_ENTITY = "RoadGeneratorEntity"
 
static const string PREFAB_GENERATOR_ENTITY = "PrefabGeneratorEntity"
 
static const string POLYLINE_SHAPE_ENTITY = "PolylineShapeEntity"
 
static const string SPLINE_SHAPE_ENTITY = "SplineShapeEntity"
 
static const string IS_CLOSED_PROPERTY = "IsClosed"
 
static const string LINE_COLOR_PROPERTY = "LineColor"
 
static const string ROAD_WIDTH_PROPERTY = "RoadWidth"
 
- Protected Member Functions inherited from SCR_GeoExporter
void Export (string line)
 
- Protected Attributes inherited from SCR_GeoExporter
string m_sOutput
 
float m_fXShift
 
float m_fYShift
 
ref FileHandle m_File
 

Member Function Documentation

◆ BeginExport()

override void SCR_GeoSVGExporter.BeginExport ( )

Implements SCR_GeoExporter.

◆ EndExport()

override void SCR_GeoSVGExporter.EndExport ( )

Implements SCR_GeoExporter.

◆ FeatureExport()

override void SCR_GeoSVGExporter.FeatureExport ( string name,
GeoShapeType shapeType,
array< ref SCR_GeoPointData > points,
array< ref SCR_GeoProperty > props )
Parameters
[in]name
[in]shapeType
[in]points
[in]props

Implements SCR_GeoExporter.

Member Data Documentation

◆ m_fXMax

float SCR_GeoSVGExporter.m_fXMax = 20000

◆ m_fYMax

float SCR_GeoSVGExporter.m_fYMax = 20000

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