Function save_map_tile_image_file

Source
pub fn save_map_tile_image_file(index: u16, file_path: &str)
Expand description

Save the .png image data of the map tile at a certain index in the read worldstate’s
map changes.

index The index of the map tile.
file_path The file path of the resulting file.

Returns void