Butters Posted April 15, 2017 Posted April 15, 2017 Hey, Wanted to know what's the best way to know what's the state of rooftops (enabled or disabled) at any time in game. Looks like it doesn't get the config ID
Juggles Posted April 15, 2017 Posted April 15, 2017 boolean areRoofsEnabled() Checks whether roof-removal is enabled or not. 2
Butters Posted April 15, 2017 Author Posted April 15, 2017 1 minute ago, Juggles said: boolean areRoofsEnabled() Checks whether roof-removal is enabled or not. Thanks.