pixelperfectengine v0.10.0-beta.3 (2021-11-05T22:49:30Z)
Dub
Repo
saveMapFile
pixelperfectengine
map
mapdata
Saves a map to an external file. Will be deprecated soon.
void
saveMapFile
(MapDataHeader* header, MappingElement[] map, string name)
void
saveMapFile
(
MapDataHeader
*
header
,
ref
MappingElement
[]
map
,
string
name
)
void
saveMapFile
(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. Will be deprecated soon.