[0.16.36] map_gen_settings.height / width not saved
Posted: Sun Apr 15, 2018 5:11 pm
Hi,
according to the api-doc map_gen_settings.height and width is writable but the value is not saved and so not returned:
This returns 2000000, expected is 42.
Cu, steinio.
according to the api-doc map_gen_settings.height and width is writable but the value is not saved and so not returned:
Code: Select all
/c game.player.surface.map_gen_settings.width=42
/c game.player.print(game.player.surface.map_gen_settings.width)
Cu, steinio.