Arma Reforger Script API
|
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 () |
![]() | |
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 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" |
![]() | |
void | Export (string line) |
![]() | |
string | m_sOutput |
float | m_fXShift |
float | m_fYShift |
ref FileHandle | m_File |
override void SCR_GeoSVGExporter.BeginExport | ( | ) |
Implements SCR_GeoExporter.
override void SCR_GeoSVGExporter.EndExport | ( | ) |
Implements SCR_GeoExporter.
override void SCR_GeoSVGExporter.FeatureExport | ( | string | name, |
GeoShapeType | shapeType, | ||
array< ref SCR_GeoPointData > | points, | ||
array< ref SCR_GeoProperty > | props ) |
[in] | name | |
[in] | shapeType | |
[in] | points | |
[in] | props |
Implements SCR_GeoExporter.
float SCR_GeoSVGExporter.m_fXMax = 20000 |
float SCR_GeoSVGExporter.m_fYMax = 20000 |