The file extension used by the format.
Name of the format as shown in the file dialog.
A function that returns the list of files that will be written when exporting the given map (optional).
A function that reads a map from the given file. Can use TextFile or BinaryFile to read the file.
A function that writes a map to the given file. Can use TextFile or BinaryFile to write the file. * When a non-empty string is returned, it is shown as error message.
Generated using TypeDoc
The interface that should be implemented for objects passed to tiled.registerMapFormat.