[][src]Function tes3mp_plugin::plugin::generated::save_map_tile_image_file

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

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