pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
Dub
Repo
saveMapFile
pixelperfectengine
map
mapdata
Saves a map to an external file. See documentation about the format.
void
saveMapFile
(MapDataHeader* header, MappingElement[] map, string name)
void
saveMapFile
(MapDataHeader header, MappingElement[] map, F file)
public @
trusted
void
saveMapFile
(
F
=
File
)
(
MapDataHeader
header
,
MappingElement
[]
map
,
F
file
)
Meta
Source
See Implementation
pixelperfectengine
map
mapdata
functions
loadMapFile
loadMapFromBase64
saveMapFile
saveMapToBase64
structs
MapDataHeader
Saves a map to an external file. See documentation about the format.