Page 1 of 1

game.player.zoom readable

Posted: Sun Aug 30, 2015 2:05 pm
by Rens2Sea
Currently game.player.zoom is write only, but i would like to actually read the current value for a mod i'm making (change player moving speed based on zoom level).

Re: game.player.zoom readable

Posted: Sun Aug 30, 2015 3:46 pm
by Rseding91
player.zoom is a visual property and isn't saved in the game state. It was readable in the past and that was removed because it breaks multiplayer instantly if read.