pixelperfectengine ~master (2023-12-13T21:18:59Z)
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)
@
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.