Functions
DoWeatherSync
- Export
exports.plouffe_lib:DoWeatherSync()
- Params
state : boolean
- Inverts the weather sync
- Export
DoSyncTime
- Export
exports.plouffe_lib:DoSyncTime()
- Params
state : boolean
- Inverts the time sync
- Export
SetTime
- Export
exports.plouffe_lib:SetTime(hour,minute)
- Params
hour : number
minute : number - Sets time
- Export
SetWeather
- Export
exports.plouffe_lib:SetWeather(hour,minute)
- Params
weather : string
- Sets weather
- Export
SetBlackout
- Export
exports.plouffe_lib:SetBlackout(state)
- Params
state : boolean
- Will globally set blackout
- Export