L3DT users' wiki
Large 3D terrain generator

Differences

This shows you the differences between two versions of the page.

plugins:general:atexportarea [2017/08/31 07:33] (current)
Line 1: Line 1:
 +====== atExportArea ======
  
 +
 +
 +===== Plugin information ===
 +
 +^  Author | [[user>Aaron]] |
 +^  Description | Exports a selected area of a map. |
 +^  Menu option | '//File->Export->Selected area//' |
 +^  Download link | Included with L3DT. |
 +^  DLL version | 2.6.1.0 (3rd of December 2008). |
 +
 +===== What does it do? =====
 +
 +//atExportArea// is a library plugin that defines some functions to be used by L3DT or by other plugins. Those functions are listed below.
 +
 +===== Functions =====
 +
 +
 +
 +==== file.export.area ====
 +
 +Return type: VarID_bool
 +
 +Arguments:
 +
 +^ Name ^ Type ^ What is it? ^
 +| hMap | VarID_map | The map from which an area will be exported. |
 +| FileName | VarID_string | A string containing the full path name of the map file tp be exported. |
 +| hFormat | VarID_format | A handle toe the file format to be used to save the map file. |
 +| area.x1 | VarID_int | The starting coordinate in the x-axis. |
 +| area.y1 | VarID_int | The starting coordinate in the y-axis. |
 +| area.x1 | VarID_int | The ending coordinate in the x-axis (included.) |
 +| area.y1 | VarID_int | The ending coordinate in the y-axis (included.) |
 +
 +==== atExportArea.ExtExportAreaUI ====
 +
 +Return type: VarID_bool
 +
 +Arguments:
 +
 +^ Name ^ Type ^ What is it? ^
 +| hMap | VarID_map | The map from which an area will be exported. |
 +| area.x1 | VarID_int | The starting coordinate in the x-axis. |
 +| area.y1 | VarID_int | The starting coordinate in the y-axis. |
 +| area.x1 | VarID_int | The ending coordinate in the x-axis (included.) |
 +| area.y1 | VarID_int | The ending coordinate in the y-axis (included.) |
 +
 +This function calls file.export.area.
 +
 +
 +===== Changes =====
 +
 +2008/12/03 --- Updated to support Zeolite v2.6.1.
 +
 +2007/06/14 --- Updated some minor error checking.
 +
 +2006/11/07 00:29 --- Released.
 
plugins/general/atexportarea.txt · Last modified: 2017/08/31 07:33 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki