Skip to content

disableWeather

Disables weather effects.

Syntax

lua
Ham.disableWeather(enabled)

Parameters

NameTypeDescription
enabledbooleantrue to disable weather sync

Example

lua
Ham.disableWeather(true)

Released under the ISC License.