[2.0.19] a hidden platform still shows in the remote view sidebar
Posted: Sat Nov 16, 2024 4:17 pm
running this command to set the platform hidden, and then reading if its hidden both run as expected, but the platform doesn't get hidden from the sidebar:
/c game.player.force.set_surface_hidden(game.player.surface, true)
/c game.print(game.player.force.get_surface_hidden(game.player.surface))
the expected behavior is that it hides the platform from the sidebar, but clicking on an alert or gps ping tags still taking you to view that platform surface.
/c game.player.force.set_surface_hidden(game.player.surface, true)
/c game.print(game.player.force.get_surface_hidden(game.player.surface))
the expected behavior is that it hides the platform from the sidebar, but clicking on an alert or gps ping tags still taking you to view that platform surface.