saveMapFile

Saves a map to an external file. See documentation about the format.

  1. void saveMapFile(MapDataHeader* header, MappingElement[] map, string name)
  2. void saveMapFile(MapDataHeader header, MappingElement[] map, F file)
    public @trusted
    void
    saveMapFile
    (
    F = File
    )
    (,
    MappingElement[] map
    ,)

Meta