|
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 () |
Public Member Functions inherited from SCR_GeoExporter | |
| void | SCR_GeoExporter (string path, int xShift, int yShift) |
| bool | Init () |
| void | Close () |
| string | GetPath () |
Protected Attributes | |
| int | m_iIndex |
Protected Attributes inherited from SCR_GeoExporter | |
| string | m_sOutput |
| float | m_fXShift |
| float | m_fYShift |
| ref FileHandle | m_File |
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) |
| override void SCR_GeoJSONExporter.BeginExport | ( | ) |
Implements SCR_GeoExporter.
| override void SCR_GeoJSONExporter.EndExport | ( | ) |
Implements SCR_GeoExporter.
| override void SCR_GeoJSONExporter.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.
|
protected |