pub fn load_map_tile_image_file(cell_x: i16, cell_y: i16, file_path: &str)
Expand description
Load a .png file as the image data for a map tile and add it to the write-only worldstate
stored on the server.
cell_x
The X coordinate of the cell corresponding to the map tile.
cell_y
The Y coordinate of the cell corresponding to the map tile.
file_path
The file path of the loaded file.
Returns void